From: Armaan Bhojwani Date: Thu, 6 May 2021 00:29:12 +0000 (-0400) Subject: Remove short and unused scripts X-Git-Url: https://git.armaanb.net/?p=bin.git;a=commitdiff_plain;h=0fa9c781d682bcef927a491652dea4f4e2fcdd69 Remove short and unused scripts Some moved to my shell RC file --- diff --git a/caddy-reload b/caddy-reload deleted file mode 100755 index 2c638a7..0000000 --- a/caddy-reload +++ /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 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 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 &