kumquat-buildroot/target/device/Atmel/atngw100-base/target_skeleton/etc/init.d/rcK

7 lines
78 B
Plaintext
Raw Normal View History

2008-03-06 19:59:14 +01:00
#!/bin/sh
echo "Shutting down ..."
for k in /etc/init.d/K*; do
$k stop
done