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