diff options
author | epochqwert <epoch@hacking.allowed.org> | 2015-06-12 22:26:31 -0500 |
---|---|---|
committer | epochqwert <epoch@hacking.allowed.org> | 2015-06-12 22:26:31 -0500 |
commit | a05876c9b860f1d5fa786746519ccb8b01db79e3 (patch) | |
tree | 8406bd3b42e8e3d7a3f2d56ad1396d62d8f4b1ac /nocompile/bin/rss | |
parent | 05f18ac5c65755e1dde4d4bd44575011310bc648 (diff) | |
download | misc-a05876c9b860f1d5fa786746519ccb8b01db79e3.tar.gz misc-a05876c9b860f1d5fa786746519ccb8b01db79e3.zip |
commit of half-finished things.
Diffstat (limited to 'nocompile/bin/rss')
-rwxr-xr-x | nocompile/bin/rss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nocompile/bin/rss b/nocompile/bin/rss new file mode 100755 index 0000000..3a9e882 --- /dev/null +++ b/nocompile/bin/rss @@ -0,0 +1,2 @@ +#!/bin/sh +wget -qO- https://news.ycombinator.com/rss |