Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ha-enthus1ast committed Dec 7, 2023
1 parent e7f1cee commit 4de78ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .hook-scripts/clean-up-pyc-and-pyo-files
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

find . -iname '*.pyc' -delete
find . -iname '*.pyo' -delete

0 comments on commit 4de78ed

Please sign in to comment.