Updated the README, added disco-param and disco-ball

This commit is contained in:
2012-08-07 08:10:00 -04:00
parent 22aa757238
commit 4be6014e7f
4 changed files with 163 additions and 20 deletions

15
client/bin/disco-ball Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
function init() {
if [ "$1" == "" ]; then
echo "Must enter a path to initialize" >&2
exit 1
fi
mkdir -p $1/templates
mkdir -p $1/scripts
mkdir -p $1/files
touch $1/requires
mkdir -p $1/parameters/$(basename $1)
}
$1 $2