WORKAN WOOOO
This commit is contained in:
@@ -556,6 +556,14 @@ echo -e "\n\nPrecision Timekeeping Fuckery :3\n\n"
|
|||||||
if [[ "$1" =~ "test" ]]; then
|
if [[ "$1" =~ "test" ]]; then
|
||||||
test
|
test
|
||||||
exit 0
|
exit 0
|
||||||
|
elif [[ "$1" =~ "^[rR]{1}" ]]; then
|
||||||
|
if [ -z "$2" ]; then
|
||||||
|
default_conf=$git_dir/conf-level-info
|
||||||
|
else
|
||||||
|
default_conf=$git_dir/$2
|
||||||
|
fi
|
||||||
|
|
||||||
|
reconfigure_full $default_conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# do the suto thinggg
|
# do the suto thinggg
|
||||||
|
|||||||
Reference in New Issue
Block a user