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