10 lines
86 B
Plaintext
10 lines
86 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
for s in /etc/init.d/S*; do
|
||
|
$s start
|
||
|
done
|
||
|
|
||
|
echo
|
||
|
echo "STK1000 ready"
|
||
|
echo
|