File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -x -e # Show commands being executed and exit nonzero upon errors.
3
3
4
- ./python2.7/music-organizer.py --help;
5
- ./python2.7/mt.py --help;
4
+ ./python2.7/music-organizer.py --help
5
+ ./python2.7/mt.py --help
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -x -e # Show commands being executed and exit nonzero upon errors.
3
3
4
- ./generate-readme.py;
5
- ./python3/github-repo-summary.py bamos/python-scripts;
4
+ ./generate-readme.py
5
+ ./python3/github-repo-summary.py bamos/python-scripts
6
6
# Requires customization: ./python3/link-checker.py
7
- ./python3/phonetic.py github;
8
- ./python3/rank-writing.py README.md ;
7
+ ./python3/phonetic.py github
8
+ ./python3/rank-writing.py --help
9
9
# OSX only: ./python3/get-osx-wallpaper.py
10
- ./python3/word-counter.py README.md;
11
- ./python3/eval-expr.py ' (((4+6)*10)<<2)' ;
12
- ./python3/merge-mutt-contacts.py --help;
10
+ ./python3/word-counter.py README.md
11
+ ./python3/eval-expr.py ' (((4+6)*10)<<2)'
12
+ ./python3/merge-mutt-contacts.py --help
You can’t perform that action at this time.
0 commit comments