From 8526f9689b7bbeb09a14fbd159ef6d1871909df4 Mon Sep 17 00:00:00 2001 From: spv420 Date: Sat, 23 Apr 2022 18:09:12 -0400 Subject: yeet --- build_native.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build_native.sh') diff --git a/build_native.sh b/build_native.sh index 12ec3b9..44e1d45 100644 --- a/build_native.sh +++ b/build_native.sh @@ -1,6 +1,7 @@ #!/bin/bash -cat js/*.js > exp.js +rm exp.js +find js -name '*.js' -exec cat {} \; >> exp.js echo >> exp.js echo "main();" >> exp.js -- cgit v1.2.3