This website requires JavaScript.
Explore
Help
Sign In
OpenIPC
/
firmware
mirror of
https://github.com/OpenIPC/firmware.git
Watch
1
Star
0
Fork
You've already forked firmware
0
Code
Activity
b74489cec9
firmware
/
general
/
overlay
/
etc
/
init.d
/
S10resetd
8 lines
63 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
case
"
$1
"
in
start
)
/usr/sbin/resetd
&
;
;
esac
View Git Blame
Copy Permalink