X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=blobdiff_plain;f=bin%2Flightcards;h=fec8f882a84cec5e078ec3471a6d261f74896553;hp=10a165703c2e9bb443d1bb44244b5aec31d2702b;hb=c741940bce68ca0a8f812c12e7d0fb7710088c9d;hpb=007c4462c1388c6a76c94fd1635b9282d9de07b9 diff --git a/bin/lightcards b/bin/lightcards index 10a1657..fec8f88 100755 --- a/bin/lightcards +++ b/bin/lightcards @@ -1,2 +1,5 @@ -#!/usr/bin/env sh -python3 -m lightcards ${@} +#!/usr/bin/env python + +import lightcards + +lightcards.lightcards.main()