mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-20 05:09:55 +00:00
5 lines
113 B
Bash
Executable File
5 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
strip ./bin/musikcube
|
|
strip ./bin/musikcubed
|
|
find ./bin/ -name "*.so" -exec strip "{}" \; 2> /dev/null
|