diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-11-17 19:27:30 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-11-17 19:27:30 +0100 |
commit | f71077e871218abd105027d1eb6b9b4033fbe131 (patch) | |
tree | 8cb2a9e20e21c97c2742716a634e632d0764ca9f /widgets/command_output/command.example | |
parent | f997e3c12313a74339ffa81e7488217f2ec6c06d (diff) | |
download | skin-flatplus-f71077e871218abd105027d1eb6b9b4033fbe131.tar.gz skin-flatplus-f71077e871218abd105027d1eb6b9b4033fbe131.tar.bz2 |
update widgets files; add weather widget font size
Diffstat (limited to 'widgets/command_output/command.example')
-rwxr-xr-x | widgets/command_output/command.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/command_output/command.example b/widgets/command_output/command.example new file mode 100755 index 00000000..03b12b23 --- /dev/null +++ b/widgets/command_output/command.example @@ -0,0 +1,6 @@ +#!/bin/bash + +echo "MyTitle" > title + +echo "output line 1" > output +echo "output line 2" >> output |