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

Configure Feed

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

at master 8 lines 138 B view raw
1#!/bin/sh 2 3if [ "$1" = "" ]; then 4 echo "usage: ${0} <file.png>" 5 exit 1 6fi 7 8convert $1 pbm:- | pbmtomacp -norle -left 0 -top 0 > $1.macp