Add bash strict options.

This commit is contained in:
2024-12-31 11:03:56 +01:00
parent 46376f9242
commit 81af13a1ae
9 changed files with 27 additions and 5 deletions

2
setbg
View File

@@ -1,5 +1,7 @@
#!/bin/bash
set -euo pipefail
if [ $# -gt 1 ]
then
echo "Too many arguments"