4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/sh
|
|
APP_DIR=$(cd "$(dirname "$0")" &>/dev/null && pwd)
|
|
GTK_THEME=Adwaita $APP_DIR/jmc
|