all repos — dotfiles @ 0427de9ac0b3e27fb2aadc1d06f8803381b03866

my *nix dotfiles

add scripts/icyup.sh
icyphox icyph0x@protonmail.com
Tue, 30 Jan 2018 19:05:24 +0530
commit

0427de9ac0b3e27fb2aadc1d06f8803381b03866

parent

9c4ee98d615519cebca77c027c8b2485bc0c5d2b

1 files changed, 9 insertions(+), 0 deletions(-)

jump to
A scripts/icyup.sh

@@ -0,0 +1,9 @@

+#!/bin/bash + +if [ "$1" != "" ]; then + scp $1 file boop:upload/ + file=$(basename $1) + echo "https://xix.ph0x.me/$file" +else + echo "no path specified :v" +fi