usevote/createvote.sh
Thomas Hochstein 8f4c5219c4 Add script to create votings.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2014-02-15 19:00:57 +01:00

10 lines
142 B
Bash

#!/bin/bash
cd ~/usevote
mkdir $1
cd $1
sed s/LOCALPART/$1/g ../usevote.tpl.cfg > usevote.cfg
mkdir tmp
mkdir done
echo "Voting $1 created!"