/
usr
/
local
/
lp
/
apps
/
malre
/
source_includes
/
File Upload :
llllll
Current File: //usr/local/lp/apps/malre/source_includes/jobs.shf
function fn_ask_ticket { ### Ask for a ticket number; verify that it IS a ticket number local v_TICKET read -ep "What is the ticket number of the primary ticket for this job? " v_TICKET if [[ $( echo "$v_TICKET" | egrep -c "^[0-9]{8}$" ) -lt 1 ]]; then echo "Ticket numbers must be a string of eight numbers" fn_ask_ticket fi echo "$v_TICKET" }
Copyright ©2k19 -
Hexid
|
Tex7ure