]> git.armaanb.net Git - bin.git/commitdiff
Remove short and unused scripts
authorArmaan Bhojwani <me@armaanb.net>
Thu, 6 May 2021 00:29:12 +0000 (20:29 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Thu, 6 May 2021 00:29:12 +0000 (20:29 -0400)
Some moved to my shell RC file

caddy-reload [deleted file]
pubup [deleted file]
s3mount [deleted file]

diff --git a/caddy-reload b/caddy-reload
deleted file mode 100755 (executable)
index 2c638a7..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/usr/bin/env sh
-docker exec $(docker ps | grep caddy | cut -d ' ' -f 1) caddy reload --config /etc/caddy/Caddyfile
diff --git a/pubup b/pubup
deleted file mode 100755 (executable)
index 1b6e85c..0000000
--- a/pubup
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env sh
-
-rsync "$1" "root@armaanb.net:/var/www/ftp/pub/${2}"
-echo "https://ftp.armaanb.net/pub/"$(basename "$1") | tee /dev/tty | xclip -sel c
diff --git a/s3mount b/s3mount
deleted file mode 100755 (executable)
index 2bfe5b1..0000000
--- a/s3mount
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env sh
-pkill rclone
-rclone mount wasabi:frost-backup /home/armaa/.local/mnt/frost-backup --allow-non-empty &
-rclone mount wasabi:armaan-public /home/armaa/.local/mnt/public --allow-non-empty &