3 lines
97 B
Bash
3 lines
97 B
Bash
|
#!/bin/bash
|
||
|
gcc ampler.c udp.c -o ampler.so -shared -lSDL2 -g --std c99 && echo > reload-trigger
|