source upload
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo FossilRepository=$1
|
||||
echo GitRepository=$2
|
||||
echo GitExe=$3
|
||||
echo DescFile=$4
|
||||
#echo DevPath=$5
|
||||
echo
|
||||
echo
|
||||
echo dmustache repository
|
||||
echo --------------------
|
||||
|
||||
cd $2
|
||||
cd ../dmustache
|
||||
$3 add .
|
||||
$3 commit -a --file=$4
|
||||
$3 push
|
||||
|
Reference in New Issue
Block a user