scripts/centerim-enc
author Tomas Zeman <tomas@functionals.cz>
Mon, 27 Apr 2020 22:24:49 +0200
changeset 59 a3e588dcdcb3
parent 47 ac3f02c99e6c
permissions -rwxr-xr-x
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)

#!/bin/sh

C=$HOME/.centerim/config

gpg -d $C.asc > $C

sh -c "sleep 3; rm -f $C " &

centerim

rm -f $C