bin/up
#!/bin/sh if [ -n "$1" ]; then scp "$1" trash.j3s.sh:/var/www/trash.j3s.sh/ echo "https://trash.j3s.sh/$1" else echo "spply a file dumbass" fi