Revision 9892
Added by Aaron Marcuse-Kubitza over 11 years ago
bin/sync_upload | ||
---|---|---|
1 | 1 |
#!/bin/bash |
2 |
# runs make, hiding verbose messages about making included Makefiles |
|
3 |
# usage: bin/make target... |
|
4 |
|
|
5 | 2 |
. "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"/../lib/sh/local.sh |
6 | 3 |
|
7 | 4 |
sync_upload "$@" |
Also available in: Unified diff
added bin/sync_upload, a wrapper around sync_upload()