This commit is contained in:
2026-01-05 17:33:37 +01:00
commit 330f5219ff
4 changed files with 463 additions and 0 deletions

7
wrapper.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
for i in "07:00.0" "07:00.1"; do
${SCRIPT_DIR}/hot_reset.sh "$i"
done