1#!/bin/sh 2 3T=`mktemp` && curl -so $T https://plan.cat/~`whoami` && \ 4 $EDITOR $T && \ 5 curl -su `whoami` -F "plan=<$T" https://plan.cat/stdin