Revision 10834
Added by Aaron Marcuse-Kubitza about 11 years ago
util.run | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 | 2 |
# runscripts: a bash-based replacement for make |
3 | 3 |
# unlike make, supports full bash functionality including multiline commands |
4 |
# usage: path/to/dir/run cmd args
|
|
4 |
# usage: .../run function args
|
|
5 | 5 |
|
6 | 6 |
if false; then #### run script template: |
7 | 7 |
#!/bin/bash -e |
Also available in: Unified diff
lib/runscripts/util.run: usage: clarified that the cmd to run is a function