#!/bin/sh
# $NetBSD: script1,v 1.1 2001/01/05 02:07:01 garbled Exp $
cut -f 1 -d ':' /etc/passwd

