mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-27 12:14:30 +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
|