mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-09-26 03:11:08 -04:00
Initial commit
This commit is contained in:
commit
cb4d73731f
17 changed files with 1050 additions and 0 deletions
7
files/usr/bin/sim_switch
Executable file
7
files/usr/bin/sim_switch
Executable file
|
@ -0,0 +1,7 @@
|
|||
if [ "$1" = "on" ];then
|
||||
echo "on" > /tmp/sim_change_switch
|
||||
elif [ "$1" = "off" ];then
|
||||
echo "off" > /tmp/sim_change_switch
|
||||
else
|
||||
echo "off" > /tmp/sim_change_switch
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue