Revision 10835
Added by Aaron Marcuse-Kubitza about 11 years ago
lib/runscripts/util.run | ||
---|---|---|
2 | 2 |
# runscripts: a bash-based replacement for make |
3 | 3 |
# unlike make, supports full bash functionality including multiline commands |
4 | 4 |
# usage: .../run function args |
5 |
# this usage also applies to all files that include this file |
|
5 | 6 |
|
6 | 7 |
if false; then #### run script template: |
7 | 8 |
#!/bin/bash -e |
Also available in: Unified diff
lib/runscripts/util.run: usage: documented that this usage also applies to all files that include this file