summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-05-11 15:51:51 +0200
committermakefu <github@syntax-fehler.de>2017-05-11 15:51:51 +0200
commit07a6791de368e16cc0864d2676fd255eba522cee (patch)
treeb752dbcbec872676a116d1a237c3df7ff6576f9e
parenta51ac1e29eacbfcf7ff13d0d56528100f9cc28f1 (diff)
rewrite from nix-shell
-rwxr-xr-xampel.py2
-rwxr-xr-xfade.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ampel.py b/ampel.py
index 5b1391f..ccbb603 100755
--- a/ampel.py
+++ b/ampel.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env nix-shell
+#! /usr/bin/env python3
#! nix-shell -i python3 -p python3 python35Packages.docopt python35Packages.paho-mqtt
""" usage: ampel [options] NUMLEDS TIMEFILE
diff --git a/fade.py b/fade.py
index 8178ad6..8aea815 100755
--- a/fade.py
+++ b/fade.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env nix-shell
+#! /usr/bin/env python3
#! nix-shell -i python3 -p python3 python35Packages.docopt
""" usage: run [options] NUMLEDS (loop [--skip-unchanged] [STEP] [DELAY]|single STARTVAL)