aboutsummaryrefslogtreecommitdiff
path: root/wrapper.sh
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2018-11-09 23:26:42 +0100
committerHugo Hörnquist <hugo@hornquist.se>2018-11-09 23:26:42 +0100
commitebb16d1dabedfdc3fc392b8c36f46a486ee3549f (patch)
treeded1669ddaeb7416526bfdd0659e5f1d15458e62 /wrapper.sh
downloadtexttv-ebb16d1dabedfdc3fc392b8c36f46a486ee3549f.tar.gz
texttv-ebb16d1dabedfdc3fc392b8c36f46a486ee3549f.tar.xz
Initial commit.t
Diffstat (limited to 'wrapper.sh')
-rwxr-xr-xwrapper.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/wrapper.sh b/wrapper.sh
new file mode 100755
index 0000000..11d9236
--- /dev/null
+++ b/wrapper.sh
@@ -0,0 +1,2 @@
+curl http://api.texttv.nu/api/get/100?app=hugonikanor \
+ | jq -j '.[0].content[0]' \