mirror of
https://github.com/outflanknl/nix_bof_template
synced 2026-06-21 14:04:05 +00:00
5 lines
66 B
Bash
5 lines
66 B
Bash
#!/bin/sh
|
|
|
|
ARCH=$(uname -m)
|
|
gcc -c -FPIC hello.c -o hello.$ARCH.o
|