Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1108342
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
Sun, Aug 24, 2:21 PM
Size
239 B
Mime Type
text/x-shellscript
Expires
Tue, Aug 26, 2:21 PM (7 h, 8 m)
Engine
blob
Format
Raw Data
Handle
715466
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