Created
October 18, 2017 09:09
-
-
Save hb3p8/b2fed108bdc063a008f97e2ec4f41cd7 to your computer and use it in GitHub Desktop.
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
for d in */ ; do cp sample.py $d`echo "$d" | sed 's/\(.*\)\..*/\1.py/'`; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment