Files
herolib/manual/best_practices/scripts/shebang.md
2024-12-25 08:40:56 +01:00

329 B

Shebang

is the first line of a script, your os will use that one to get started.

for V we use

#!/usr/bin/env -S v -n -w -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
  • -w no warnings
  • -n ???

This one is the fastest way how to run scripts, but not meant to run long running items