6 lines
58 B
Plaintext
6 lines
58 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
for file in /etc/s6/*/finish; do
|
||
|
$file
|
||
|
done
|