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
|
fi
|
||||||
|
|
||||||
ln -sf $id.txt tweets.txt
|
ln -sf $id.txt tweets.txt
|
||||||
|
test -h greptweet.appcache && rm -f greptweet.appcache
|
||||||
sed -e "s,TIMESTAMP,$(date)," ../../greptweet.appcache > greptweet.appcache
|
sed -e "s,TIMESTAMP,$(date)," ../../greptweet.appcache > greptweet.appcache
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# vim: set ts=4 sw=4
|
# vim: set ts=4 sw=4
|
||||||
|
|
||||||
|
|
||||||
umask 002
|
umask 002
|
||||||
api="http://api.twitter.com/1/statuses/user_timeline.xml?"
|
api="http://api.twitter.com/1/statuses/user_timeline.xml?"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user