diff options
| author | John Denker <jsd@av8n.com> | 2012-07-23 08:44:21 -0700 | 
|---|---|---|
| committer | John Denker <jsd@av8n.com> | 2012-07-23 08:44:21 -0700 | 
| commit | aa0631798d45c03b56bcfea1b2074b834baac300 (patch) | |
| tree | 7601b0e5496af03819ea3fd7b95aa695c3ec0d15 | |
| parent | 676aaa13e26cc2b42befd16ccb9a26e6e37732a0 (diff) | |
shorten the #! shebang line
| -rwxr-xr-x | tools/hi-test4.conf | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/hi-test4.conf b/tools/hi-test4.conf index caabbd2..850784e 100755 --- a/tools/hi-test4.conf +++ b/tools/hi-test4.conf @@ -1,9 +1,10 @@ -#!/usr/local/bin/bash-c set -x ; /bin/echo "a b c" | 1</tmp/a /usr/src/qmail/tools/hi-q $0 ; echo $? +#!/usr/local/bin/bash-c set -x ; 1</tmp/a /usr/src/qmail/tools/hi-q $0 ; echo $?  #..............................................................................................................................|||  #0000000001111111111222222222233333333334444444444555555555566666666667777777777888888888899999999990000000000111111111122222222223  #1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890  #! /usr/local/bin/bash-c  set -x ; /bin/echo "a b c " | 1</tmp/a TCPREMOTEHOST=asf TCPREMOTEIP=1.2.3.4  /var/qmail/bin/hi-q $0 ; echo $? +series  /bin/echo "a b c"  series  /bin/cat  stub    hi-test x0 -snooze 1  series  /bin/cat  | 
