5 lines
134 B
Bash
Executable File
5 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
# $NetBSD: script2,v 1.1 2001/03/06 21:24:13 garbled Exp $
|
|
. /etc/security.conf
|
|
echo `eval echo \\$${1}` | sed -e 's/^0*//'
|