1 2 3 4 5 6
main: main.c gcc -o spwdg main.c -lsodium install: sudo mv spwdg /usr/bin uninstall: sudo rm /usr/bin/spwdg