You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
205 B
Bash

function min-jpg {
min_jpg "${@}"
}
function min-png {
min_png "${@}"
}
function get-create-date {
get_create_date "${@}"
}
function add-date-prefix {
add_date_prefix "${@}"
}
# vim: filetype=bash