Remade makefile, fixed symlink bug in justfile, simplified servicefile, updated README

This commit is contained in:
2026-06-20 21:43:48 -04:00
parent ae02c9dfc0
commit d487590e28
5 changed files with 106 additions and 61 deletions
+1 -1
View File
@@ -339,7 +339,7 @@ func main() {
flag.BoolVar( &add, "a", false, "add quote to list" )
flag.BoolVar( &remove, "r", false, "remove quote from list" )
flag.BoolVar( &list, "l", false, "print quote list" )
flag.StringVar( &dest, "ip", "earth-1.net:1300", "ip:port of server" )
flag.StringVar( &dest, "ip", "127.0.0.1:1300", "ip:port of server" )
flag.IntVar( &tsize, "s", 256, "transmission size ( bytes )" )
flag.Parse() // process flags