From b8d680ed8726f3e4572804966e425a7245397d9d Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Sun, 28 Feb 2021 21:00:39 +0000 Subject: [PATCH] Update 'shell.py' --- shell.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell.py b/shell.py index b60febc..074022d 100644 --- a/shell.py +++ b/shell.py @@ -1,3 +1,6 @@ +# PCLISH - Python Command Line Shell +#!/usr/bin/env python3 + import os import subprocess import psutil