my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add up

j3s 2bc9ce05 568d172a

+7 -2
+7 -2
bin/up
··· 2 2 3 3 if [ -n "$1" ]; then 4 4 scp "$1" trash.j3s.sh:/var/www/trash.j3s.sh/ 5 - echo "https://trash.j3s.sh/$1" 5 + echo "https://trash.j3s.sh/$1" | xclip -sel clip 6 6 else 7 - echo "spply a file dumbass" 7 + scrot -s -e 'mv $f /tmp/' 8 + for i in $(cd /tmp ; ls *_scrot.png); do 9 + scp "/tmp/$i" trash.j3s.sh:/var/www/trash.j3s.sh/ss/ > /dev/null 10 + echo "https://trash.j3s.sh/ss/$i" | xclip -sel clip 11 + done 12 + rm /tmp/*_scrot.png 8 13 fi