#!/bin/sh ./update_bootloader_files.sh if [ $# -gt 0 ] ; then draklive2 $* else draklive2 --clean --all fi