mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
6 lines
99 B
Text
6 lines
99 B
Text
|
#! /bin/sh
|
||
|
base=`dirname "$0"`
|
||
|
roboCommand="$1"
|
||
|
|
||
|
shift
|
||
|
"$base/vendor/bin/robo" "$roboCommand" -- $*
|