Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1102901
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
Tue, Aug 19, 11:46 AM
Size
239 B
Mime Type
text/x-shellscript
Expires
Thu, Aug 21, 11:46 AM (1 d, 12 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