element-ems-docs/tools/fix_unordered_list.sh

4 lines
71 B
Bash
Executable file

#!/bin/bash
sed -e 's/* /- /g' "$1" > "$1"-backup
mv "$1"-backup "$1"