This commit is contained in:
Thomas Levine 2016-04-06 23:21:04 +00:00
parent 6a7e58c944
commit 6c217acae8
2 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,9 @@
set -x
params="$(basename "${0}")"
hostname="$(echo "${params}" | cut -d\ -f1)"
if echo "${params}" | grep -q \ ; then
flags="$(echo "${params}" | cut -d\ -f2)"
flags="$(echo "${params}" | cut -d\ -f2-)"
fi
urchin_dir=.urchin-cross-shell-test

View File

@ -0,0 +1,2 @@
#!/bin/sh
. ./.run