Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1170821
clear_cache.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Sep 27, 7:40 PM
Size
239 B
Mime Type
text/x-shellscript
Expires
Mon, Sep 29, 7:40 PM (1 d, 16 h)
Engine
blob
Format
Raw Data
Handle
758639
Attached To
rINP In-Portal
clear_cache.sh
View Options
#!/bin/sh
FULL_PATH
=
`
cd
$(
dirname
$0
)
/..
;
pwd
`
find
"
$FULL_PATH
"
/system/cache
-mindepth
1
-maxdepth
1
-not
-name
"CVS"
-not
-name
".svn"
-not
-name
".gitignore"
-print0
|
xargs
-0
rm
-Rf
rm
-Rf
"
$FULL_PATH
"
/system/.restricted/debug_*.txt
Event Timeline
Log In to Comment