From 5fb834cb9d5ac69a67ac22aa10ee1c5e35d130c3 Mon Sep 17 00:00:00 2001 From: ~karx Date: Tue, 2 Mar 2021 12:09:36 -0600 Subject: [PATCH] Fix shebang --- shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.py b/shell.py index 074022d..12cfda8 100755 --- a/shell.py +++ b/shell.py @@ -1,5 +1,5 @@ -# PCLISH - Python Command Line Shell #!/usr/bin/env python3 +# PCLISH - Python Command Line Shell import os import subprocess