summaryrefslogtreecommitdiffstats
path: root/build_one.sh
blob: 161030e9e9394a27c93295eb16be27bd54cb4de7 (plain)
1
2
3
4
5
6
7
#!/bin/sh
./update_bootloader_files.sh
if [ $# -gt 0 ] ; then
  draklive2 $*
else
  draklive2 --clean --all
fi