mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-21 12:41:04 -05:00
Use gzip to save a crap ton of disk space, closing #45
This commit is contained in:
@@ -38,7 +38,7 @@ echo "<a href=\"http://$HTTP_HOST/u/$id\"><h1 class=\"alert alert-success\">Goto
|
||||
echo "<a href=\"http://$id.$HTTP_HOST\"><h1 class=\"alert alert-success\">Goto http://$id.$HTTP_HOST to grep!</h1></a>";
|
||||
}
|
||||
|
||||
symlink ("$id.txt", "tweets.txt");
|
||||
symlink ("$id.txt.gz", "tweets.txt.gz");
|
||||
echo `sed -e "s,TIMESTAMP,$(date)," ../../greptweet.appcache > greptweet.appcache`;
|
||||
|
||||
echo "<pre>";
|
||||
|
||||
Reference in New Issue
Block a user