Fix upload script Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Mon, 18 Mar 2019 12:21:37 +0530
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
bin/icyup.sh
→
bin/icyup.sh
@@ -10,8 +10,8 @@ if [ "$1" != "" ]; then
file=$1 ext="${file##*.}" fullname="$fn.$ext" - scp $1 boop:www/upload/$fullname - echo "https://xix.ph0x.me/$fullname" + scp $1 emerald:icywww/stuff/$fullname + echo "https://x.icyphox.sh/$fullname" else echo "no path specified :v" fi