5 lines
97 B
Bash
Executable file
5 lines
97 B
Bash
Executable file
#!/bin/sh
|
|
OLDDIR="$(pwd)"
|
|
cd "$(dirname "$0")"
|
|
xdg-mime install assets/zsm-mime.xml
|
|
cd "$OLDDIR"
|