add script to convert csv to dhcpd.conf

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-01-28 10:55:55 +01:00
commit 66ac9d138e
2 changed files with 35 additions and 1 deletions

View file

@ -20,6 +20,7 @@
builddir="$HOME/build/linux-next"
date="$(date +%Y%m%d)"
name="next-$date"
# comment out on single cpu systems
parallel="-j8"
@ -31,7 +32,7 @@ parallel="-j8"
# update / change branch
git-fetch
git-checkout -b "next-${date}" "origin/master"
git-checkout -b "$name" "$name"
# clean
make $parallel clean