10 lines
91 B
Bash
10 lines
91 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
ME=`dirname $0`
|
||
|
. ${ME}/common.sh
|
||
|
|
||
|
# Git Export
|
||
|
export_sources
|
||
|
export_binaries
|
||
|
|