Skip to content

Commit ab0086f

Browse files
committed
Remove semicolons. Only execute rank-writing's help menu.
1 parent e0fe218 commit ab0086f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.travis-script-2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
set -x -e # Show commands being executed and exit nonzero upon errors.
33

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

.travis-script-3.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/sh
22
set -x -e # Show commands being executed and exit nonzero upon errors.
33

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
66
# 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
99
# 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

0 commit comments

Comments
 (0)