mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +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
|