From a4cfb3c53d7c5dbd7904ccacb1c3f65773ef0c6f Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Sun, 9 Nov 2014 16:49:57 +0100 Subject: add main menu widgets --- widgets/command_output/command | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 widgets/command_output/command (limited to 'widgets/command_output/command') 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 -- cgit v1.2.3