- Fixed the shabang for `extern_test.sh`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-12-05 13:01:33 +02:00
parent b09697f8bf
commit 4d894ef6fc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#1/bin/sh
#!/bin/sh
# Compile C to object file as library to link in
gcc source/tlang/testing/file_io.c -c -o file_io.o