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