ftp -o - https://jcs.org/move_in | sh -
at master 13 lines 202 B view raw
1#!/bin/sh 2 3#~/bin/xsudo -u _firefox -t /usr/local/bin/firefox $* 4 5rm -f ~/firefox.core 6 7if [ ! `pgrep sdorfehs` = "" ]; then 8 sdorfehs -c 'vselect 1' 9fi 10 11/usr/local/bin/firefox $* 12 13rm -f ~/firefox.core