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
e37099d6ee
firmware
/
general
/
overlay
/
etc
/
init.d
/
S30customizer
13 lines
100 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
case
"
$1
"
in
start
)
system_fb
;
;
*
)
echo
"
Usage:
$0
{start}
"
exit
1
;
;
esac
View Git Blame
Copy Permalink