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