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

Configure Feed

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

move_in: single brackets

+1 -1
+1 -1
move_in.sh
··· 34 34 mkdir ~/.ssh 35 35 fi 36 36 37 - if [[ ! -d ~/.vim/bundle/Vundle.vim ]]; then 37 + if [ ! -d ~/.vim/bundle/Vundle.vim ]; then 38 38 git clone https://github.com/VundleVim/Vundle.vim.git \ 39 39 ~/.vim/bundle/Vundle.vim 40 40 fi