Skip to content

Commit 53e42cd

Browse files
authored
Update user_define_variable.sh
1 parent d0060d6 commit 53e42cd

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

user_define_variable.sh

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#!/bin/bash
2-
#title :
3-
#description :
4-
#author :myLANDMARK.tech S Legah
52

6-
echo "SHELL is: " $SHELL
7-
echo "BASH_VERSION is: " $BASH_VERSION
8-
echo 'HISTSIZE is: '$HISTSIZE
9-
echo 'SSH_CLIENT is: '$SSH_CLIENT
3+
name="Simon Legah"
4+
id=08112012
5+
6+
echo "The name varibale value is: "$name
7+
echo "The id variable value is: "$id

0 commit comments

Comments
 (0)