Skip to content

Commit 79dd292

Browse files
committed
run-stack.sh
1 parent 227ebf0 commit 79dd292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

33
cd "$(dirname $0)"
4-
./target/debug/stack $@
4+
./target/release/stack $@

0 commit comments

Comments
 (0)