mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-24 12:26:05 -05:00
9 lines
98 B
Plaintext
9 lines
98 B
Plaintext
|
#!/usr/bin/bash
|
||
|
|
||
|
echo "${USER}"
|
||
|
echo "${USER}"
|
||
|
echo ""
|
||
|
|
||
|
if [[ $(id -u) -eq 0 ]]; then
|
||
|
exit 33
|
||
|
fi
|