summaryrefslogtreecommitdiff
path: root/postpost/todo
blob: dd5587d639bbe6bba5c1efd7dad4c17d323d16a2 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

for s in $*
do
  if [ ! -e $s/Post ]
  then
    echo $s;
  fi
done