diff options
Diffstat (limited to 'configs/boot/nat-spec-surge-client.rcS')
-rw-r--r-- | configs/boot/nat-spec-surge-client.rcS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/boot/nat-spec-surge-client.rcS b/configs/boot/nat-spec-surge-client.rcS index 67c831eb0..d26e38378 100644 --- a/configs/boot/nat-spec-surge-client.rcS +++ b/configs/boot/nat-spec-surge-client.rcS @@ -38,7 +38,7 @@ echo "changing route table..." route add default gw 10.0.0.1 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 $SERVER 5 40000 1000000000 1000" |