diff options
author | Jon Taylor <[email protected]> | 1999-08-21 06:27:37 +0000 |
---|---|---|
committer | Jon Taylor <[email protected]> | 1999-08-21 06:27:37 +0000 |
commit | 035e96ec3cf25dfa39dcdacb0f0c7b57d9d2b85a (patch) | |
tree | 555a0433800d3e0603ea26d4197e996df2f1863d /progs/ggi/blat | |
parent | 95dcb43951b5d3c99514d1f2a50ea797217d328d (diff) |
*** empty log message ***
Diffstat (limited to 'progs/ggi/blat')
-rw-r--r-- | progs/ggi/blat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/progs/ggi/blat b/progs/ggi/blat new file mode 100644 index 00000000000..7ff64a9d10d --- /dev/null +++ b/progs/ggi/blat @@ -0,0 +1,7 @@ +#!/bin/sh + +function foobar() { + echo "foo!" +} + +foobar |