WORKAN WOOOO

This commit is contained in:
2025-10-29 22:47:51 -06:00
parent 295c461af1
commit b11523e246
+2 -2
View File
@@ -557,11 +557,11 @@ test () {
echo -e "\n\nPrecision Timekeeping Fuckery :3\n\n" echo -e "\n\nPrecision Timekeeping Fuckery :3\n\n"
# test mode # test mode
if [[ "$1" =~ "^[tT]+" ]]; then if [[ "$1" =~ ^[tT]+ ]]; then
test test
exit 0 exit 0
# reconfigure mode # reconfigure mode
elif [[ "$1" =~ "^[rR]+" ]]; then elif [[ "$1" =~ ^[rR]+ ]]; then
if [ -z "$2" ]; then if [ -z "$2" ]; then
default_conf=$git_dir/conf-level-info default_conf=$git_dir/conf-level-info
else else