From 6013f0b089943e6d338fc13864b55884a61b172d Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sun, 8 Jun 2008 15:35:14 +0200 Subject: [PATCH] Introduced list.sh script, returning a confortable list of all the real .zone.in files --- list.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 list.sh diff --git a/list.sh b/list.sh new file mode 100755 index 0000000..91dbf9d --- /dev/null +++ b/list.sh @@ -0,0 +1,2 @@ +#!/bin/sh +exec find root -name '*.zone.in' -type f