rwxrob-dot/scripts/mimetype
Rob Muhlestein 2ea0289e9f Rebase
2022-02-09 02:29:05 -05:00

5 lines
55 B
Bash
Executable File

#!/bin/sh
out=$(file --mime-type "$1")
echo ${out#* }