]> gitweb.factorcode.org Git - factor.git/blob - basis/webbrowser/linux/linux.factor
e5ae19ec26153b59ccdb1745540b2b6348f9cb1f
[factor.git] / basis / webbrowser / linux / linux.factor
1 ! Copyright (C) 2011 John Benediktsson
2 ! See http://factorcode.org/license.txt for BSD license
3
4 USING: arrays io.launcher kernel present system webbrowser ;
5
6 IN: webbrowser.linux
7
8 M: linux open-item ( item -- )
9     present "xdg-open" swap 2array run-detached drop ;