5 lines
98 B
Bash
5 lines
98 B
Bash
#!/bin/bash
|
|
|
|
install_path=$(dirname $(readlink -f $0))
|
|
$install_path/hmi -w explorer -p index.glx
|