]> git.armaanb.net Git - lightcards.git/blobdiff - bin/lightcards
Switch bin lightcards to python from POSIX
[lightcards.git] / bin / lightcards
index 10a165703c2e9bb443d1bb44244b5aec31d2702b..fec8f882a84cec5e078ec3471a6d261f74896553 100755 (executable)
@@ -1,2 +1,5 @@
-#!/usr/bin/env sh
-python3 -m lightcards ${@}
+#!/usr/bin/env python
+
+import lightcards
+
+lightcards.lightcards.main()