4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/sh -eux
|
|
|
|
find /usr -name 'libgcc_s.so*' && echo "int main(){}" | clang -v -x c -
|