Test commit

This commit is contained in:
William 2021-03-03 02:58:15 +00:00
parent a853d5c3ed
commit 383227bfb7

View File

@ -5,6 +5,8 @@ if [[ $EUID -ne 0 ]]; then
exit 1 exit 1
fi fi
exit # FUNNY TEST LOL
# change directory relative to the current file path. # change directory relative to the current file path.
cd $(dirname "$(readlink -f "$0")") cd $(dirname "$(readlink -f "$0")")