This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
mistivia
/
algds
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
1208bdd0fc
Gałęzie
Tagi
main
algds
/
scripts
/
runall.sh
runall.sh
108 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash
for
var
in
"
$@
"
;
do
./
$var
if
[ $? -ne 0 ];
then
exit
255
fi
done