Project

General

Profile

« Previous | Next » 

Revision 9891

added bin/sync_upload, a wrapper around sync_upload()

View differences:

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