This commit is contained in:
2025-10-29 17:03:59 -06:00
parent 01c550456d
commit 13a30b3c1f
+1 -1
View File
@@ -552,7 +552,7 @@ test () {
echo -e "\n\nPrecision Timekeeping Fuckery :3\n\n"
# test mode
if [[ "$1" =~ "test" ]]
if [[ "$1" =~ "test" ]]; then
test
exit 0
fi