wok view rubyripper/stuff/rubyripper @ rev 19084

Add: autoconf213, palemoon
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Apr 30 00:11:09 2016 +0200 (2016-04-30)
parents
children
line source
1 #!/bin/sh
2 # Rubyripper launcher
3 # (C) 2007-2010 SliTaz - GNU General Public License v3.
5 RUBY_GTK2_PC=$(/usr/bin/pkg-config --exists ruby-gtk2)
6 if [ $RUBY_GTK2_PC ]; then
7 /usr/bin/rrip_gui
8 else
9 /usr/bin/xterm -T "Rubyripper CLI" -e /usr/bin/rrip_cli
10 fi