all repos — dotfiles @ 1dd901a63affceef49c050e8ba1ea0cc7d15410d

my *nix dotfiles

bin/icyup.sh (view raw)

1#!/bin/bash
2
3if [ "$1" != "" ]; then
4	file=$(basename $1)
5	scp $1 file boop:www/upload/
6	echo "https://xix.ph0x.me/$file"
7else
8	echo "no path specified :v"
9fi