]> git.armaanb.net Git - lightcards.git/commitdiff
Switch bin lightcards to python from POSIX
authorArmaan Bhojwani <me@armaanb.net>
Wed, 3 Feb 2021 16:35:04 +0000 (11:35 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Wed, 3 Feb 2021 16:35:04 +0000 (11:35 -0500)
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()