From 6be0f285adb27f60f058c2937a7885899e17cb88 Mon Sep 17 00:00:00 2001 From: simulation Date: Tue, 9 Feb 2016 09:54:46 +0100 Subject: Initial commit --- postpost/todo | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 postpost/todo (limited to 'postpost/todo') diff --git a/postpost/todo b/postpost/todo new file mode 100755 index 0000000..dd5587d --- /dev/null +++ b/postpost/todo @@ -0,0 +1,9 @@ +#!/bin/sh + +for s in $* +do + if [ ! -e $s/Post ] + then + echo $s; + fi +done -- cgit v1.2.3-54-g00ecf