script added
This commit is contained in:
parent
e813711ad8
commit
aab9eb3700
2 changed files with 37 additions and 0 deletions
13
push.d/skeleton.sh
Normal file
13
push.d/skeleton.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
ON)
|
||||
echo 'ON'
|
||||
;;
|
||||
HALF)
|
||||
echo 'HALF'
|
||||
;;
|
||||
OFF)
|
||||
echo 'OFF'
|
||||
;;
|
||||
esac
|
Reference in a new issue