diff --git a/misc/scripts/strip_all.sh b/misc/scripts/strip_all.sh new file mode 100755 index 000000000..ced87bdc6 --- /dev/null +++ b/misc/scripts/strip_all.sh @@ -0,0 +1,10 @@ +#!/bin/bash +set -e + +cd ../../bin/ + +# Todo figure out a way to also strip the pi4 versions (from x86 linux) + +strip pandemonium.x11.* +strip pandemonium_server.x11.* +strip pandemonium.windows.*