debug line test

This commit is contained in:
coolnsx
2024-06-02 20:06:46 +05:30
parent f0952fb659
commit 7912ce57bc
9 changed files with 23 additions and 145 deletions

View File

@@ -11,25 +11,23 @@ EOF
chmod +x "$run_file"
# shellcheck source=/tmp/ani-new_run
# shellcheck disable=SC1091,SC1090
. "$run_file"
case $(uname -o) in
*ndroid*)
os="droid"
download_dir="/sdcard"
script_dir="$HOME/.shortcuts"
;;
*)
os="linux"
download_dir="$HOME/Downloads"
[ -t 1 ] || terminal="${TERMINAL:-foot} -e"
script_dir="$HOME/repos_scripts"
;;
esac
# shellcheck source=./.functions
. "$script_dir/.functions"
# shellcheck disable=SC1091,SC1090
. "$(dirname "$0")"/.functions
trap "exit 0" INT HUP
info_$os "Parsing $domain.. Please wait..."