rusty-jeep: debug → release

This commit is contained in:
2026-03-14 07:19:49 +01:00
parent d369c86982
commit a182f694c0

View File

@@ -10,7 +10,7 @@ exec >&2
for i in `seq 8000 1000 10000`; do for i in `seq 8000 1000 10000`; do
echo $i 100 echo $i 100
done | ./target/debug/rusty-jeep 1 done | ./target/release/rusty-jeep 1
echo 'if you heard that sound, then goto sleep..^_^' echo 'if you heard that sound, then goto sleep..^_^'
echo sleep "$@" echo sleep "$@"
@@ -19,4 +19,4 @@ sleep "$@"
echo 'wake up!' echo 'wake up!'
while :; do while :; do
echo $(echo "($(od -tu -An -N 2 /dev/urandom)%1000)+500"|bc) $(echo "($(od -tu -An -N 2 /dev/urandom)%500)+100"|bc) echo $(echo "($(od -tu -An -N 2 /dev/urandom)%1000)+500"|bc) $(echo "($(od -tu -An -N 2 /dev/urandom)%500)+100"|bc)
done | ./target/debug/rusty-jeep 1 done | ./target/release/rusty-jeep 1