Adding project files to project template

This commit is contained in:
2024-03-27 09:55:27 +01:00
parent 23aaf60b09
commit 87105a06c1
22 changed files with 2690 additions and 1 deletions

13
tests/test.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
echo $1 "start"
sleep 1
echo $1 "1/4"
sleep 1
echo $1 "2/4"
sleep 1
echo $1 "3/4"
sleep 1
echo $1 "4/4"
sleep 1
echo $1 "fin"