RetroZilla/toolkit/xre/redo-prebinding.sh

4 lines
96 B
Bash
Raw Normal View History

2015-10-21 05:03:22 +02:00
#!/bin/sh
BINARY_DIR=`pwd|sed 's/ /\\\ /g'`
/bin/sh -c "update_prebinding -files $BINARY_DIR/*"