Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1102274
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
Mon, Aug 18, 2:59 PM
Size
239 B
Mime Type
text/x-shellscript
Expires
Wed, Aug 20, 2:59 PM (1 d, 3 h)
Engine
blob
Format
Raw Data
Handle
714059
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