This commit is contained in:
Jeff Lance 2018-10-07 21:17:59 +02:00
parent c8a5255018
commit ead327252a

View File

@ -18,6 +18,12 @@ function convert_asy_to_png {
rsvg-convert "$filename.svg" -o $(echo "$filename.svg" | sed -e 's/svg$/png/')
}
function rns {
nf=$(echo "$1" | tr ' ' '_')
mv "$1" "$nf"
}
#
# Aliases