From 20ec019c3660becb7b8524d4d30a92aeadea5482 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 20 Feb 2021 23:58:23 -0600 Subject: [PATCH] [nostalgia/scripts/pybb] Add explanation comment --- scripts/pybb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/pybb b/scripts/pybb index 98c64aa5..26cedd66 100644 --- a/scripts/pybb +++ b/scripts/pybb @@ -1,5 +1,8 @@ #! /usr/bin/env python3 +# "Python Busy Box" - adds cross platform equivalents to Unix commands that +# don't translate well to that other operating system + import os import shutil import stat