add script to convert csv to dhcpd.conf
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
4191aa7593
commit
66ac9d138e
2 changed files with 35 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue