9b603a2514
sushi the ability to do the following tasks: Edit /etc/exports Edit /etc/hosts Change the hostname Modify NIC configuration Change the default route Setup YP/NIS.
5 lines
136 B
Bash
Executable File
5 lines
136 B
Bash
Executable File
#!/bin/sh
|
|
# $NetBSD: script1,v 1.1 2001/04/25 03:43:29 garbled Exp $
|
|
|
|
cat /etc/exports | grep -v '^$' | grep -v '^#' | awk '{print $1}'
|