Fix shebang

This commit is contained in:
~karx 2021-03-02 12:09:36 -06:00
parent 0fb2015278
commit 5fb834cb9d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# PCLISH - Python Command Line Shell
#!/usr/bin/env python3
# PCLISH - Python Command Line Shell
import os
import subprocess