@@ -0,0 +1,8 @@
#! /bin/bash
set -eu
test -f $1 || { echo gimme a liste of user ; exit 1 ; }
while read user ; do
echo useradd ${user,}
done < $1
The note is not visible to the blocked user.