remove .sh in the name from push.d/skeleton.sh

This commit is contained in:
Martin Ness 2015-10-07 01:31:32 +02:00
parent e92963e932
commit f8e447a4b8

View file

@ -1,13 +0,0 @@
#!/bin/sh
case "$1" in
ON)
echo 'ON'
;;
HALF)
echo 'HALF'
;;
OFF)
echo 'OFF'
;;
esac