mirror of
https://github.com/element-hq/ems-docs.git
synced 2026-01-16 23:00:36 +00:00
4 lines
71 B
Bash
Executable file
4 lines
71 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sed -e 's/* /- /g' "$1" > "$1"-backup
|
|
mv "$1"-backup "$1"
|