link.configure (180B)
1 #!/bin/sh -xe 2 cd "$(dirname "$0")" 3 printf >link.new '%s\n%s "$@" %s' '#!/bin/sh -xe' \ 4 "exec ${CC:-gcc} ${LDFLAGS}" \ 5 "${LOADLIBES} ${LDLIBS}" 6 chmod +x link.new 7 mv link.new link
ccx-utilsMiscellaneous utilities written in C | |
| git clone https://ccx.te2000.cz/git/ccx-utils | |
| Log | Files | Refs |