summarylogtreecommitdiffstats
path: root/test1.sh
blob: 5496f74cd1e3ebeea08e0125dc8b03ec451967ec (plain)
1
2
3
#!/bin/bash
[[ $EUID -ne 0 ]] && { echo "root permissions required"; exit 1; }
echo "this should not evaluate"