Daniel-Liu-c0deb0t/triple_accel

Add shebang to script

tenzap opened this issue · 0 comments

Please apply this patch

--- a/build_ir_asm.sh
+++ b/build_ir_asm.sh
@@ -1 +1,2 @@
+#!/bin/sh
 RUSTFLAGS="--emit llvm-ir,asm" cargo build --release