Adding more functions to docker image

This commit is contained in:
Fabio Belavenuto
2022-07-13 16:24:27 -03:00
parent b44fe819d0
commit 9c372a2320
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ if [ $# -lt 1 ]; then
exit 1
fi
case $1 in
bash) bash -l ;;
bash) shift; bash -l $@ ;;
compile-module) compile-module $2 ;;
compile-lkm) compile-lkm $2 ;;
compile-drivers) compile-drivers ;;