summaryrefslogtreecommitdiff
path: root/configs/boot/surge-client.rcS
diff options
context:
space:
mode:
Diffstat (limited to 'configs/boot/surge-client.rcS')
-rwxr-xr-xconfigs/boot/surge-client.rcS4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/boot/surge-client.rcS b/configs/boot/surge-client.rcS
index c63cc93f0..ba7d87f66 100755
--- a/configs/boot/surge-client.rcS
+++ b/configs/boot/surge-client.rcS
@@ -31,10 +31,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 && ./Surge 2 100 1 192.168.0.1 5"
+/bin/bash -c "cd /benchmarks/specsurge && ./Surge 2 100 1 192.168.0.1 5"
echo "done."
echo -n "halting machine"