Browse Source

Introduced list.sh script, returning a confortable list of all the real .zone.in files

testing
Alejandro 16 years ago
parent
commit
6013f0b089
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      list.sh

+ 2
- 0
list.sh

@ -0,0 +1,2 @@
#!/bin/sh
exec find root -name '*.zone.in' -type f

Loading…
Cancel
Save