oops
This commit is contained in:
parent
6a7e58c944
commit
6c217acae8
@ -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
|
||||
|
2
cross-os-tests/tlevine@redhat.polarhome.com -p 975
Executable file
2
cross-os-tests/tlevine@redhat.polarhome.com -p 975
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
. ./.run
|
Loading…
Reference in New Issue
Block a user