diff options
author | epoch <epoch@hacking.allowed.org> | 2020-01-27 17:54:32 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2020-01-27 17:54:32 -0600 |
commit | 3714205d6a7c0f66b48ee40432a5c25a51c97b99 (patch) | |
tree | d91965d589be7d4b5bab4e7d60a2efb8cd25d4bc /share/hackvr/examples/calendar/hackvr_coproc | |
parent | 679988a8ae60b2a8392c1f9de082a6690ef938a8 (diff) | |
download | hackvr-3714205d6a7c0f66b48ee40432a5c25a51c97b99.tar.gz hackvr-3714205d6a7c0f66b48ee40432a5c25a51c97b99.zip |
added ANOTHER example of a calendar program. might have figured out a good way to hashbang hackvr.
Diffstat (limited to 'share/hackvr/examples/calendar/hackvr_coproc')
-rwxr-xr-x | share/hackvr/examples/calendar/hackvr_coproc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/hackvr/examples/calendar/hackvr_coproc b/share/hackvr/examples/calendar/hackvr_coproc new file mode 100755 index 0000000..8d2e127 --- /dev/null +++ b/share/hackvr/examples/calendar/hackvr_coproc @@ -0,0 +1,2 @@ +#!/bin/sh +exec socat exec:hackvr "exec:$*" |