From a182f694c0fff48e4008ece92fce81c2deadd95a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 14 Mar 2026 07:19:49 +0100 Subject: [PATCH] =?UTF-8?q?rusty-jeep:=20debug=20=E2=86=92=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rusty-jeep/alarm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rusty-jeep/alarm b/rusty-jeep/alarm index a727235..a32ed34 100755 --- a/rusty-jeep/alarm +++ b/rusty-jeep/alarm @@ -10,7 +10,7 @@ exec >&2 for i in `seq 8000 1000 10000`; do 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 sleep "$@" @@ -19,4 +19,4 @@ sleep "$@" echo 'wake up!' 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) -done | ./target/debug/rusty-jeep 1 +done | ./target/release/rusty-jeep 1