Revision 8715
Added by Aaron Marcuse-Kubitza over 11 years ago
util.run | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 |
# run scripts: a bash-based replacement for make
|
|
2 |
# runscripts: a bash-based replacement for make |
|
3 | 3 |
# unlike make, supports full bash functionality including multiline commands |
4 | 4 |
# usage: path/to/dir/run cmd args |
5 | 5 |
|
Also available in: Unified diff
lib/util.run: doc comment: changed "run scripts" to "runscripts"