diff options
Diffstat (limited to 'scripts/maintenance/gc-commands')
-rw-r--r-- | scripts/maintenance/gc-commands | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/maintenance/gc-commands b/scripts/maintenance/gc-commands new file mode 100644 index 000000000000..26459c738e8c --- /dev/null +++ b/scripts/maintenance/gc-commands @@ -0,0 +1,2 @@ +./gc-releases.pl /data/webserver/dist/*/*/MANIFEST > dead +cat dead | xargs mv --target-directory=/data/webserver/trash/ |