mirror of
https://github.com/danog/gllvm.git
synced 2025-01-07 18:08:15 +01:00
4 lines
53 B
Plaintext
4 lines
53 B
Plaintext
|
#!/bin/sh
|
||
|
echo HELLO
|
||
|
exec gowllvm compile clang "$@"
|