diff options
Diffstat (limited to 'examples/xcmd.sh')
-rwxr-xr-x | examples/xcmd.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/xcmd.sh b/examples/xcmd.sh new file mode 100755 index 0000000..0c230d6 --- /dev/null +++ b/examples/xcmd.sh @@ -0,0 +1,2 @@ +#!/bin/sh +exec $* | xmessage -file - & |