workaround fixed segfault... will fix this later... probably some bug in gcc
[mirrors/ArchLinux-Packages.git] / opera-mini / opera-mini.launcher
1 #!/bin/sh
2
3 cd /usr/share/java/microemulator/
4 java -jar microemulator.jar apps/opera-mini-latest-advanced-111language111.jad "$@"
5 exit $?
6
This page took 0.501541 seconds and 4 git commands to generate.