projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
262907ae48ca50ea14e74377db16b988d18e7084
[openwrt.git]
/
target
/
default
/
target_skeleton
/
etc
/
init.d
/
rcS
1
#!/bin/sh
2
# Start all init scripts in /etc/init.d
3
# executing them in numerical order.
4
#
5
for
i
in
/
etc
/
init.d
/
S
* ;
do
6
[
-f
"
$i
"
] &&
$i
start
7
done
This page took
0.039346 seconds
and
3
git commands to generate.