mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 03:10:10 +01:00
4 lines
96 B
Bash
4 lines
96 B
Bash
#!/bin/sh
|
|
BINARY_DIR=`pwd|sed 's/ /\\\ /g'`
|
|
/bin/sh -c "update_prebinding -files $BINARY_DIR/*"
|