forked from ckorn/Upstream-watchers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
higan.sh: Add watcher for higan (just decompress gzip)
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
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/sh | ||
wget -q -O- "http://byuu.org/higan/" | zcat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters