Skip to content

Instantly share code, notes, and snippets.

View kirklewis's full-sized avatar
🙂
try { Positivity } catch { Negativity } finally { laugh() }

Kirk Lewis kirklewis

🙂
try { Positivity } catch { Negativity } finally { laugh() }
View GitHub Profile
@jkbrzt
jkbrzt / pyc
Last active June 6, 2023 14:59
Delete Python's compiled *.pyc files like a pro
#!/bin/sh
#
# Delete Python's compiled *.pyc and __pycache__ files like a pro
# https://gist.github.com/jakubroztocil/7892597
#
# Usage:
# Delele *.pyc and __pycache__ files recursively in the current directory:
# $ pyc
#
# The same, but under /path: