fix(icyup.sh): fix upload path
icyphox icyph0x@protonmail.com
Mon, 19 Feb 2018 09:36:30 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
bin/icyup.sh
→
bin/icyup.sh
@@ -1,7 +1,7 @@
#!/bin/bash if [ "$1" != "" ]; then - scp $1 file boop:upload/ + scp $1 file boop:www/upload/ file=$(basename $1) echo "https://xix.ph0x.me/$file" else