finalize lab1

This commit is contained in:
jacekpoz 2024-10-15 20:22:32 +02:00
parent e4666df358
commit f8807a0ad4
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
**/*.cast

8
lab1/l1-test.bash Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
for n in {{2..4},6,5,2};
do
path="./$n.bash"
echo $'### ' "$path" $' ###\n'
"$path" ./a
done