summaryrefslogtreecommitdiffstats
path: root/access.sh
diff options
context:
space:
mode:
Diffstat (limited to 'access.sh')
-rwxr-xr-xaccess.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/access.sh b/access.sh
deleted file mode 100755
index 5f862ab..0000000
--- a/access.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-for i in $(seq 0 100); do
- echo -n "\rRun $i"
- bash build.sh load 1>/dev/null
-done
-echo ""
-dmesg -k | grep "CachePC:" | grep "access test" | tail -n100