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