scripts/centerim-enc
author Tomas Zeman <tomas@functionals.cz>
Tue, 15 Dec 2020 09:22:21 +0100
changeset 60 4267602e8494
parent 47 ac3f02c99e6c
permissions -rwxr-xr-x
fs2json: directory structure -> json object converter. E.g. to be used instead of erica / py-Couchapp (interaction with couchdb is left to the user).

#!/bin/sh

C=$HOME/.centerim/config

gpg -d $C.asc > $C

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

centerim

rm -f $C