-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
one tool, two implementations :P update tool attrs
- Loading branch information
1 parent
20162f5
commit 76bf7c1
Showing
4 changed files
with
36 additions
and
5 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/sh | ||
|
||
# try to avoid changing files under .git directories | ||
|
||
#grep -rli --exclude '*.git*' '#!/usr/bin/python' . | \ | ||
#xargs -I {} gsed -i '' -e 's/#!\/usr\/bin\/python/#!\/usr\/bin\/env python/' {} | ||
|
||
greptile -x .py -l -i -g '#!/usr/bin/env python' -r '#!/usr/bin/python' . | ||
|
Empty file.
Empty file.