Fix path, fix Zig: CRLF -> LF

This commit is contained in:
Omar Brikaa 2024-09-06 21:54:44 +03:00
parent 9a4ea72043
commit b3214b1c71
6 changed files with 30 additions and 29 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
# compiler path
export PATH=$PWD/bin:$PATH
#!/usr/bin/env bash
# compiler path
export PATH=$PWD/bin:$PATH