mrfdev/CMI

findusers.sh - allow cli user input

mrfloris opened this issue · 1 comments

Update the findusers.sh file to support cli user input

Starting with username, but looking up uuid wouldn't hurt either.

./findusers.sh (exit script printing out syntax)
./findusers.sh mrfloris (looks up username mrfloris in db)
./findusers.sh uuid (recognizes it's bigger than 16 chars and looks up uuid instead of username)

Done.