#!/bin/sh

POST_MESSAGE="/var/adm/update-messages/test-update-script-1-lp151.1.1-1"

echo "Test update script" #| tee $POST_MESSAGE

password=`< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c8`
echo $password
printf "Input something: "
read line <<< $password

echo $line

