diff options
Diffstat (limited to 'widgets/command_output/command')
-rwxr-xr-x | widgets/command_output/command | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/command_output/command b/widgets/command_output/command new file mode 100755 index 00000000..03b12b23 --- /dev/null +++ b/widgets/command_output/command @@ -0,0 +1,6 @@ +#!/bin/bash + +echo "MyTitle" > title + +echo "output line 1" > output +echo "output line 2" >> output |