This page is what i do, things for referance for me, anything you can use. but use at your own risk.

Theas pages are a work in progress


bash read user input

#! /bin/bash
#
#
echo 'what is the user name to use ?'
read user
echo $user