scripts

various scripts and utils
git clone git://kh1b.org/scripts
Log | Files | Refs

pasteb (179B)


      1 #!/bin/sh
      2 # simple pastebin 
      3 # inspired from https://codemadness.org/paste-service.html
      4 
      5 ssh root@kh1b.org "cat > /var/www/pub.kh1b.org/tmp/$1"
      6 echo "https://pub.kh1b.org/tmp/$1"