mirror of
https://github.com/danog/gllvm.git
synced 2025-01-06 05:08:17 +01:00
4 lines
53 B
Bash
Executable File
4 lines
53 B
Bash
Executable File
#!/bin/sh
|
|
echo HELLO
|
|
exec gowllvm compile clang "$@"
|