6 lines
175 B
Bash
Executable file
6 lines
175 B
Bash
Executable file
echo "profile pic:"
|
|
tiv -w 64 -h 64 ~/.avatar.jpg
|
|
echo "----------------------------------------------------------------"
|
|
echo "username: $USER"
|
|
|
|
[[ $1 = "r" ]] && read -p ""
|