summaryrefslogtreecommitdiff
path: root/Playground/Assets/ConsolePro/Remote/LiteNetLib/RemoteFix
blob: b594d1726b3339c599fb9ccd5fe39f7c31ae7992 (plain)
1
2
3
4
for file in *.cs; do
  echo "#if DEBUG && !UNITY_WP_8_1 && !UNITY_WSA" | cat - $file > tempfile && mv tempfile $file
  echo '#endif' >> "$file"
done