Merge branch 'thh-pickfromupstream' into next
[usenet/usevote.git] / createvote.sh
... / ...
CommitLineData
1#!/bin/bash
2cd ~/usevote
3mkdir $1
4cd $1
5sed s/LOCALPART/$1/g ../usevote.tpl.cfg > usevote.cfg
6mkdir tmp
7mkdir done
8
9echo "Voting $1 created!"
This page took 0.009422 seconds and 4 git commands to generate.