3 lines
47 B
Bash
3 lines
47 B
Bash
|
for f in ./update/*.sh; do
|
||
|
bash "$f" -H
|
||
|
done
|