mirror of
https://github.com/varunsridharan/actions-toolkit.git
synced 2025-02-24 07:34:04 +08:00
Added Bash Version.
This commit is contained in:
parent
b329047469
commit
0ab0faba21
1 changed files with 4 additions and 0 deletions
|
@ -2,4 +2,8 @@
|
|||
|
||||
set -e
|
||||
|
||||
echo "Pre Installed Softwares"
|
||||
|
||||
echo "Bash : $(bash -v)"
|
||||
|
||||
sh ./test/shell-test.sh
|
Loading…
Reference in a new issue