Document scripts - localbin - leot's localbin (~/bin)
 (HTM) hg clone https://bitbucket.org/iamleot/localbin
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset 28576f4b1cd067cef15171da122fdd93d0b0f978
 (DIR) parent 0afd290e3885014ac4e8b79fa8ba2d2c59e25df9
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Fri, 10 May 2019 19:44:12 
       
       Document scripts
       
       Diffstat:
        gai             |  3 +++
        ixio            |  4 ++++
        sprunge         |  4 ++++
        xdg-screensaver |  5 ++++-
        4 files changed, 15 insertions(+), 1 deletions(-)
       ---
       diff -r 0afd290e3885 -r 28576f4b1cd0 gai
       --- a/gai       Fri May 10 19:42:48 2019 +0200
       +++ b/gai       Fri May 10 19:44:12 2019 +0200
       @@ -1,4 +1,7 @@
        #!/bin/sh
        
       +#
        # Simple script to just ask for GPG password
       +#
       +
        exec gpg2 -aq -s < /dev/null > /dev/null
       diff -r 0afd290e3885 -r 28576f4b1cd0 ixio
       --- a/ixio      Fri May 10 19:42:48 2019 +0200
       +++ b/ixio      Fri May 10 19:44:12 2019 +0200
       @@ -1,3 +1,7 @@
        #!/bin/sh
        
       +#
       +# Pipe stdin to ix.io
       +#
       +
        exec curl -F 'f:1=<-' http://ix.io
       diff -r 0afd290e3885 -r 28576f4b1cd0 sprunge
       --- a/sprunge   Fri May 10 19:42:48 2019 +0200
       +++ b/sprunge   Fri May 10 19:44:12 2019 +0200
       @@ -1,3 +1,7 @@
        #!/bin/sh
        
       +#
       +# Pipe stdin to sprunge.us
       +#
       +
        exec curl -F 'sprunge=<-' http://sprunge.us
       diff -r 0afd290e3885 -r 28576f4b1cd0 xdg-screensaver
       --- a/xdg-screensaver   Fri May 10 19:42:48 2019 +0200
       +++ b/xdg-screensaver   Fri May 10 19:44:12 2019 +0200
       @@ -1,4 +1,7 @@
        #!/bin/sh
        
       -# XXX: dirty hack to avoid disturbing dbus-daemon
       +#
       +# Dirty hack to avoid disturbing dbus-daemon
       +#
       +
        exit 0