Add a silly little shebang

This commit is contained in:
Emi Simpson 2023-02-12 11:48:56 -05:00
parent 8904060f3a
commit 5f072dfd92
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!.venv/bin/python
# I am but a silly little NixOS user who cannot use normal shebangs
from emis_funky_funktions import *
from sys import argv