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