mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 12:11:05 -05:00
clear appcache symlink if there is one
This commit is contained in:
@@ -104,6 +104,7 @@ END
|
||||
fi
|
||||
|
||||
ln -sf $id.txt tweets.txt
|
||||
test -h greptweet.appcache && rm -f greptweet.appcache
|
||||
sed -e "s,TIMESTAMP,$(date)," ../../greptweet.appcache > greptweet.appcache
|
||||
|
||||
else
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/bin/sh
|
||||
# vim: set ts=4 sw=4
|
||||
|
||||
|
||||
umask 002
|
||||
api="http://api.twitter.com/1/statuses/user_timeline.xml?"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user