logo

sshpaste

Simple paste script to a server having SSH+HTTP daemons git clone https://hacktivis.me/git/sshpaste.git

Changelog.md (553B)


  1. ## 1.0.1 — 2018-05-11 03:50
  2. * Compatibility with OpenBSD’s mktemp
  3. * Fix quoting, it should now work in shells other than mksh
  4. ## 1.0.0 — 2018-05-10 04:14
  5. * Read from stdin when ``-`` is given
  6. * Fix broken logic for exclusive options
  7. * Be compatible with OpenBSD’s mktemp
  8. ## 1.0.0rc2 — 2018-05-06 21:02
  9. * Add ``-h`` option
  10. * ``-x`` and ``-c`` are now explicitely exclusive
  11. * Read from stdin when there is no arguments
  12. ### Known Limitations
  13. * Doesn't read from stdin when ``-`` is given
  14. ## 1.0.0rc1 — 2018-05-05 06:30
  15. First tagged release