aboutsummaryrefslogtreecommitdiffstats
path: root/bin/hackvr2dat.sh
blob: 295de4aacb18460f4d8b462b8cf6ec00f33141b5 (plain) (blame)
1
2
### just split into points for each line and and add two blank lines after each hackvr line
tr -s ' ' | cut '-d ' -f5- | sed 's/$/__/g' | tr ' ' '\n' | paste - - - | tr '_' '\n'