all repos — dotfiles @ 67d9d366fc77ba6c7d5af90ce7626b9d33abdc2e

my *nix dotfiles

bin/icyup.sh (view raw)

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