6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
for script in /lib/gluon/upgrade/*; do
|
||
|
"$script"
|
||
|
done
|