summaryrefslogtreecommitdiff
path: root/mime_types_editor/debian/bin/mime_types_editor
blob: 26f10ed10c643e8ce86a0851a8ea0eac1a8ebf2f (plain)
1
2
3
#!/bin/sh
cd /usr/libexec/mime-types-editor
python3 /usr/libexec/mime-types-editor/mime_editor.py
bgstack15