Skip to content

Commit

Permalink
higan.sh: Add watcher for higan (just decompress gzip)
Browse files Browse the repository at this point in the history
The site http://byuu.org compresses the content with gzip.
uscan can not handle this. So just save the decompressed site.
  • Loading branch information
Christoph Korn committed Feb 26, 2014
1 parent b627ae0 commit 8973a9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions higan.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
wget -q -O- "http://byuu.org/higan/" | zcat
1 change: 1 addition & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ python tide.py > tide.html 2> tide.log
python sandboxgamemaker.py > sandboxgamemaker.html 2> sandboxgamemaker.log
python codeslayer.py > codeslayer.html 2> codeslayer.log
python marathon.py > marathon.html 2> marathon.log
sh higan.sh > higan.html 2> higan.log

0 comments on commit 8973a9e

Please sign in to comment.