Nothing to see here, move along

This commit is contained in:
coolnsx
2023-07-02 18:06:47 +05:30
parent aaf6e3346b
commit 6b377d7856
9 changed files with 293 additions and 287 deletions

16
tor-cli
View File

@@ -1,14 +1,14 @@
#!/bin/sh
case $(uname -o) in
*ndroid*)
os="droid"
script_dir="$HOME"
;;
*)
os="linux"
script_dir="$HOME/repos_scripts"
;;
*ndroid*)
os="droid"
script_dir="$HOME"
;;
*)
os="linux"
script_dir="$HOME/repos_scripts"
;;
esac
. $script_dir/.functions