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

9
rss
View File

@@ -1,12 +1,11 @@
#!/bin/sh
if [ "$(uname -o)" = "Android" ]; then
os="droid"
script_dir="$HOME"
os="droid"
script_dir="$HOME"
else
os="linux"
script_dir="$HOME/repos_scripts"
os="linux"
script_dir="$HOME/repos_scripts"
fi
. $script_dir/.functions