add shitpost tool

This commit is contained in:
Zergling_man 2023-10-14 02:35:57 +11:00
parent 0aea46dd7b
commit 8c70b95b22

18
shitpost.sh Executable file
View File

@ -0,0 +1,18 @@
sp_porn="";
sp_path="";
sp_file="";
while getopts "np:l" o;do case "${o}" in
n) sp_porn="nsfw/";;
p) sp_path="$OPTARG";;
l) sp_file="/home/wisknort/Flashy/Pics/puush/$(ls -t /home/wisknort/Flashy/Pics/puush | head -1)";;
esac done
shift $((OPTIND-1))
if [ -z $sp_file ]; then sp_file="$1"; fi
if [ -z $sp_path ]; then sp_path=$(basename "$sp_file"); fi
sp_targ="/static/pics/$sp_porn$sp_path"
scp "$sp_file" jasmine:"/srv/http$sp_targ"
ssh jasmine chown http:http "'/srv/http$sp_targ'"
ssh jasmine chmod 664 "'/srv/http$sp_targ'"
echo "http://rakka.au$sp_targ"
#desu.si, catbox.moe