index
:
Erich/lpic
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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