]> gitweb.factorcode.org Git - factor.git/blob - basis/webbrowser/linux/linux.factor
basis: removing unnecessary method stack effects.
[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
9     present "xdg-open" swap 2array run-detached drop ;