3 lines
150 B
Bash
3 lines
150 B
Bash
|
#!/bin/bash
|
||
|
gcc -fPIC -shared -o pico8-fill-in.so pico8-fill-in.c && LD_PRELOAD="/usr/lib64/libc.so ./pico8-fill-in.so" ~/pico8/pico8_dyn -windowed 1
|