looper/add-mime-types.sh

6 lines
97 B
Bash
Raw Normal View History

2024-10-19 10:19:08 -07:00
#!/bin/sh
OLDDIR="$(pwd)"
cd "$(dirname "$0")"
xdg-mime install assets/zsm-mime.xml
cd "$OLDDIR"