#!/bin/sh# load common functions, compatible with local and installed script#. `dirname $0`/../share/eterbuild/functions/common#test -n "$SPECNAME" || SPECNAME=$(basename `pwd`).specif["$1"="-h"];thenecho"ginit - initialize repo in git.alt for current project"echo"Use: ginit without parameters"exit 1fiPROJECTNAME=$(basename`pwd`)ssh git.alt git-init-db $PROJECTNAME.git