RetroZilla/toolkit/xre/redo-prebinding.sh
2015-10-20 23:03:22 -04:00

4 lines
96 B
Bash

#!/bin/sh
BINARY_DIR=`pwd|sed 's/ /\\\ /g'`
/bin/sh -c "update_prebinding -files $BINARY_DIR/*"