mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +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/*"
|