blob: 0b93669289222b3f6bb634e16d3ad3b772ca72c2 [file] [log] [blame]
#!/bin/sh
DEST=/mingw/bin/getcp.exe
make &&
install -m 775 getcp.exe $DEST &&
git add $DEST &&
git commit -s -m "getcp: locale independent utility to read the current code page" $DEST