diff options
author | John Denker <jsd@av8n.com> | 2012-07-22 19:13:11 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-07-22 19:36:54 -0700 |
commit | 5b0852f0b2ddfd7d65711daf8602492a60917fbd (patch) | |
tree | e3d0ab9107e3e01ef923a71e4cfadca40a132ea6 /tools/t-bash-c | |
parent | 010db437f35e831d170a726aad88bcc305c7b668 (diff) |
create the "bash-c" program, so as to make it easy to
write self-executing scripts
Diffstat (limited to 'tools/t-bash-c')
-rwxr-xr-x | tools/t-bash-c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/t-bash-c b/tools/t-bash-c new file mode 100755 index 0000000..5a5c261 --- /dev/null +++ b/tools/t-bash-c @@ -0,0 +1,3 @@ +#! /usr/src/qmail/tools/bash-c /bin/echo a b c script: $0 +foo +bar |