ceb08cea2c
Note, these directories are missing Makefiles.. I know that.. and I'm working on it.
5 lines
108 B
Bash
Executable File
5 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
# $NetBSD: script3,v 1.1 2001/01/05 02:07:00 garbled Exp $
|
|
echo "NONE"
|
|
cut -f 1 -d ':' /etc/group
|