mirror of
https://github.com/andreas-abel/nanoBench.git
synced 2025-12-15 19:10:08 +01:00
Fix infinite loop on invalid arg kernel-nanoBench.sh
This commit is contained in:
@@ -73,7 +73,8 @@ while [ "$1" ]; do
|
||||
shift
|
||||
else
|
||||
echo "Invalid option: " "$1"
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
||||
cat /sys/nb/run
|
||||
cat /sys/nb/run
|
||||
|
||||
Reference in New Issue
Block a user