#!/bin/sh

C=$HOME/.centerim/config

gpg -d $C.asc > $C

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

centerim

rm -f $C
