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