npf/configuration/s6/.s6-svscan/finish

6 lines
58 B
Plaintext
Raw Normal View History

#!/bin/sh
for file in /etc/s6/*/finish; do
$file
done