all repos — dotfiles @ 184928e87c6038fc16cfafd58ba5172dc9470897

my *nix dotfiles

Fix upload script

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Mon, 18 Mar 2019 12:21:37 +0530
commit

184928e87c6038fc16cfafd58ba5172dc9470897

parent

af9f99be0ed0f0d1a88fc8ee12bb0d4d3aaa9206

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M bin/icyup.shbin/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