rwxrob-dot/scripts/mimetype

5 lines
55 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/bin/sh
out=$(file --mime-type "$1")
echo ${out#* }