Created
May 30, 2019 19:49
-
-
Save shahrilnet/ae062d192037c1ed2051219b13ce319c to your computer and use it in GitHub Desktop.
Decompile all pyc files recursively under current directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name "*.pyc" -execdir uncompyle6 -o . {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment