scriplet to clean .dsn of Ω char that java barfs on

master
forksand 2 years ago
parent b0465bfd60
commit 169a60ae3e

@ -0,0 +1,5 @@
#!/bin/bash
# It barfs on Ω
sed -i -e 's/Ω//g' gammaray2usb.dsn
Loading…
Cancel
Save