xtool/contrib/mORMot/SQLite3/Documentation/SourceCodeRep/GitCommitSynProject.sh

18 lines
229 B
Bash

#!/bin/bash
echo FossilRepository=$1
echo GitRepository=$2
echo GitExe=$3
echo DescFile=$4
#echo DevPath=$5
echo
echo
echo SynProject repository
echo ---------------------
cd $2
cd ../SynProject
$3 commit -a --file=$4
$3 push