Skip to content

Commit d0060d6

Browse files
authored
Create user_define_variable.sh
1 parent f1ede22 commit d0060d6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

user_define_variable.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
#title :
3+
#description :
4+
#author :myLANDMARK.tech S Legah
5+
6+
echo "SHELL is: " $SHELL
7+
echo "BASH_VERSION is: " $BASH_VERSION
8+
echo 'HISTSIZE is: '$HISTSIZE
9+
echo 'SSH_CLIENT is: '$SSH_CLIENT

0 commit comments

Comments
 (0)