This website requires JavaScript.
Explore
Help
Sign In
Mastodon
/
moshidon
Watch
1
Star
0
Fork
You've already forked moshidon
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
feature/camera-compose-shortcut
moshidon
/
fix-metadata-markdown-lists.sh
4 lines
91 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
find metadata -name
'*.txt'
-exec sed -Ei
's/^[–—─•·*]\s+/- /'
{
}
\;
Reference in New Issue
View Git Blame
Copy Permalink