4 lines
74 B
Bash
4 lines
74 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "your name is $USER"
|
||
|
echo "your home directory is $HOME"
|