mirror of
https://github.com/kou029w/yama.git
synced 2025-01-19 08:28:01 +00:00
7 lines
114 B
Text
7 lines
114 B
Text
|
#!/sbin/openrc-run
|
||
|
start() {
|
||
|
if [ -x /media/mmcblk0p1/setup-yama ]; then
|
||
|
/media/mmcblk0p1/setup-yama
|
||
|
fi
|
||
|
}
|