This website works better with JavaScript.
Home
Explore
Help
Sign In
karasz
/
dns
Watch
1
Star
0
Fork
0
Code
Issues
Releases
Activity
Browse Source
Introduced list.sh script, returning a confortable list of all the real .zone.in files
testing
Alejandro
16 years ago
parent
d83c707f13
commit
6013f0b089
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
list.sh
+ 2
- 0
list.sh
View File
@ -0,0 +1,2 @@
#!/bin/sh
exec
find root -name
'*.zone.in'
-type f
Write
Preview
Loading…
Cancel
Save