diff options
author | John Denker <jsd@av8n.com> | 2012-07-22 19:13:11 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-07-29 15:32:35 -0700 |
commit | 8f18b37fd5a46d28544a4f31465c47428a43398b (patch) | |
tree | 9ac1d7a0ff916046d0748d3ac0c2ed1275f2ee4c /tools/t-bash-c | |
parent | 065d189b49449c073cfa23cba4172060abe36c6c (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 |