summaryrefslogtreecommitdiff
path: root/libre/abuse/abuse.sh
blob: 228bb6f7b60f522e702340ddfdc15a2b7cee5fd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# Use sane configuration files, unless they already exists

if [ ! -d $HOME/.abuse ]; then
  mkdir -p $HOME/.abuse
fi
if [ ! -f $HOME/.abuse/abuserc ]; then
  cp /usr/share/abuse/default.abuserc $HOME/.abuse/abuserc
fi
if [ ! -f $HOME/.abuse/gamma.lsp ]; then
  cp /usr/share/abuse/default.gamma.lsp $HOME/.abuse/gamma.lsp
fi

exec /usr/bin/abuse.elf