#!/bin/bash
echo "adduser wo sudo"

adduser wo sudo

if [ $? == 0 ];then
	echo "Please login out and login in this user to take affect!"
	echo "请重新登录该用户生效！"
fi

id wo
