Commit 9f85a2e6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

introduce gitask

parent e418f420
#!/bin/sh
# 2017 (c) Etersoft https://etersoft.ru
# Author: Vitaly Lipatov <lav@etersoft.ru>
# Public domain
# load common functions, compatible with local and installed script
. `dirname $0`/../share/eterbuild/functions/common
load_mod git
set_girar_host $1 && shift
if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
echo "gitask ssh gear.alt task wrapper"
echo "Use: gitask"
echo " --help - help"
docmd ssh $GEARHOST task help
exit 0
fi
docmd ssh $GEARHOST task "$@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment