ceb08cea2c
Note, these directories are missing Makefiles.. I know that.. and I'm working on it.
4 lines
106 B
Bash
Executable File
4 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
# $NetBSD: script2,v 1.1 2001/01/05 02:07:00 garbled Exp $
|
|
grep ^$1 /etc/passwd | cut -f 6 -d :
|