configure 91 Bytes Edit 1 2 3 4 #!/bin/bash mv -n *.inc *.h Inc/ sed -i src/encrypt.c -e "s/\(\s\)init(/\1_init(/g" exit 0