mirror of
https://code.semirocket.science/wrapsix
synced 2024-11-10 00:01:01 +02:00
c894b7186c
Fixed bug in resolver so now even normal applications accept its answers Improved configuration - now accepts arguments from command line Cleaned the code a little bit Added simple build script Written more documentation into README Chosen the licence - GNU AGPLv3
5 lines
42 B
Bash
Executable File
5 lines
42 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd wrapper
|
|
make clean && make
|