Inital commit

This commit is contained in:
2022-04-15 22:42:28 +02:00
commit f58f6a2953
13 changed files with 348 additions and 0 deletions

4
Playground/testCTloop.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
for CTID in $(pct list | tail -n+2 | awk '{print $1}'); do
echo "Task for $CTID"
done