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

Configure Feed

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

back out of $TD before rm

+3
+3
move_in.sh
··· 18 18 19 19 $FETCH https://github.com/jcs/dotfiles/tarball/master | tar -C $TD -xzf - 20 20 rm -f $TD/jcs-*/move_in.sh 21 + 21 22 cd $TD/jcs-* && tar -cf - . | (cd; tar -xvf -) 23 + cd - 24 + 22 25 rm -rf $TD 23 26 24 27 for f in .bash_history .sqlite_history .mysql_history; do