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/pbcopy: make this a shell script so others can find it

+1 -7
-1
.zshrc
··· 133 133 134 134 if [[ $OSTYPE != darwin* ]]; then 135 135 watch= 136 - alias pbcopy="xclip -in -selection clipboard" 137 136 fi 138 137 139 138 case $TERM in
+1 -6
bin/pbcopy
··· 1 1 #!/bin/sh 2 - 3 - if [ `uname -s` = "Darwin" ]; then 4 - /usr/bin/pbcopy 5 - else 6 - xclip -in -selection clipboard 7 - fi 2 + xclip -in -selection primary