ftp -o - https://jcs.org/move_in | sh -
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bin/firefox: rm firefox.core before and after running :/

when using sdorfehs, change to that virtual desktop

+11 -1
+11 -1
bin/firefox
··· 1 1 #!/bin/sh 2 2 3 - ~/bin/xsudo -u _firefox -t /usr/local/bin/firefox $* 3 + #~/bin/xsudo -u _firefox -t /usr/local/bin/firefox $* 4 + 5 + rm -f ~/firefox.core 6 + 7 + if [ ! `pgrep sdorfehs` = "" ]; then 8 + sdorfehs -c 'vselect 1' 9 + fi 10 + 11 + /usr/local/bin/firefox $* 12 + 13 + rm -f ~/firefox.core