mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-22 17:35:08 +00:00
added script to repair thor names that had to be reduced due to UTF incompatibility
This commit is contained in:
parent
3bc47ff48a
commit
428bf12afb
11
scripts/fix_thor_names.sh
Normal file
11
scripts/fix_thor_names.sh
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
|
||||||
|
for analysis in analysis/*
|
||||||
|
do
|
||||||
|
basename $analysis|
|
||||||
|
sed 's|A_|Å\)|g'|
|
||||||
|
sed 's|_|\(𝛌=|'|
|
||||||
|
sed 's|__|\)≻|'|
|
||||||
|
sed 's|_|\(𝛌=|'|
|
||||||
|
sed 's|_|≻|'|
|
Loading…
Reference in New Issue
Block a user