From 41b4c13fbf04abfb4e9afc7fefb4f76d9912d6e4 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 9 Feb 2011 16:49:49 -0800 Subject: [PATCH] Add script to clean up files from a benchmarking run with nfsproxy. --- microbench/setup/cleanup-proxy | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 microbench/setup/cleanup-proxy diff --git a/microbench/setup/cleanup-proxy b/microbench/setup/cleanup-proxy new file mode 100755 index 0000000..80fd963 --- /dev/null +++ b/microbench/setup/cleanup-proxy @@ -0,0 +1,8 @@ +#!/bin/bash +# +# Start up the NFS server. + +. /scratch/aws-keys + +rm -rf /export/journal +/scratch/bluesky.git/microbench/setup/s3-cleanup.py -- 2.20.1