initial commit
This commit is contained in:
commit
781006e83b
4 changed files with 161 additions and 0 deletions
4
build.sh
Executable file
4
build.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cc -static -Wall -Werror -o ddns ddns.c
|
||||
install -o www -g www -m 0500 ddns /var/www/ddns
|
||||
Loading…
Add table
Add a link
Reference in a new issue