diff options
Diffstat (limited to 'configs/boot/spec-surge-client.rcS')
-rw-r--r-- | configs/boot/spec-surge-client.rcS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/boot/spec-surge-client.rcS b/configs/boot/spec-surge-client.rcS index f42d6045f..03f25986c 100644 --- a/configs/boot/spec-surge-client.rcS +++ b/configs/boot/spec-surge-client.rcS @@ -32,10 +32,10 @@ echo "131072" > /proc/sys/fs/file-max echo "done." echo "waiting for server..." -/usr/bin/netcat -c -l -p 8000 +netcat -c -l -p 8000 echo -n "running surge client..." -/bin/bash -c "cd /benchmarks/surge && ./spec-m5 1 20 1 192.168.0.1 5 40000 1000000000 1000" +/bin/bash -c "cd /benchmarks/specsurge && ./spec-m5 1 20 1 192.168.0.1 5 40000 1000000000 1000" echo "done." echo -n "halting machine" |