wgetpaste.example 382 B

1234567891011121314151617
  1. #!/bin/bash
  2. # add this to /etc/wgetpaste.conf or ~/.wgetpaste.conf to set some defaults
  3. # set default nick
  4. DEFAULT_NICK=zlin
  5. # change the default service
  6. DEFAULT_SERVICE="dpaste"
  7. # change default language for the ca and the osl services
  8. DEFAULT_LANGUAGE_ca="Bash"
  9. DEFAULT_LANGUAGE_osl="Diff"
  10. # change default expiration period for the ca service
  11. DEFAULT_EXPIRATION_ca="1 week"