#!/usr/bin/perl ################################################################# # # addstudents.pl Summary script to create accounts # # Runs a first script to create accounts: addaccounts # Runs the output of addaccounts: addscript # Runs a second script that creates passwords: createpass # Finally, runs the command chpasswd using as input # the output of createpass: passadd # # Created by: Al Bento, University of Baltimore ################################################################# addaccounts addscript createpass chpasswd < passadd