From b7e656a5a6fdd468ba9dcfbf3c61035e632562e1 Mon Sep 17 00:00:00 2001 From: Caio Burns Lessa Date: Sat, 18 Jul 2026 09:13:00 -0300 Subject: [PATCH] Use nob.c as an example of C compatible shebang for Linux. --- nob.c | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 nob.c diff --git a/nob.c b/nob.c old mode 100644 new mode 100755 index acc56b7..86d4348 --- a/nob.c +++ b/nob.c @@ -1,3 +1,5 @@ +//usr/bin/env -S cc -Wall -Og -g $0 -o nob; ./nob $@; exit + #include "shared.h" const char *test_names[] = {