Install Deno, see https://deno.land/manual/getting_started/installation
Run ./sfz2sf.sh with the path of the SingleFileZ page as first parameter
Install Deno, see https://deno.land/manual/getting_started/installation
Run ./sfz2sf.sh with the path of the SingleFileZ page as first parameter
In this tutorial, I will be explaining how to set up a simple webhook to relay your tweets to a Discord channel
| CFLAGS=-fPIC | |
| CC=cc | |
| all: libmyprint.so | |
| clean: | |
| rm -f *.o *.so | |
| libmyprint.so: myprint.o | |
| ${CC} ${CFLAGS} -shared -o libmyprint.so myprint.o |