finalize lab1
This commit is contained in:
parent
e4666df358
commit
f8807a0ad4
2 changed files with 9 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
**/*.cast
|
8
lab1/l1-test.bash
Executable file
8
lab1/l1-test.bash
Executable 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
|
Loading…
Reference in a new issue