2007-12-06から1日間の記事一覧

ユーザー追加

#!/bin/sh USER=$1 PASS=$2 USERADD=`which useradd` PERL=`which perl` if [ $# -lt 2 ]; then cat <