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