try as shell

This commit is contained in:
John Wiebalk 2020-05-06 10:36:33 -04:00
parent 8dc5b30dee
commit 2b4205634d
2 changed files with 18 additions and 17 deletions

View file

@ -158,23 +158,7 @@ ERRORS_FOUND_TERRAFORM=0 # Count of errors found
#### Function Header ###########################################################
Header()
{
cat <<EOF
/@@#///////@@/(@//@%/(@.@( @@
@@//////////////////////////////#* @@@
@////@//(///////////@@@@@///@//@/@**//@@(
@///////@///////////////@@@@ ( @,
@/(&/@//////////////////// @
@////////////////////////@@ @
@%////////(//////////%/////&@ @@ *,@
@@@@@/@/#/////(&////////////////// .@
*@@@@@. .%///(//@//////////////////&. .@@, @%
@@% .&@&&/@.@//&/////(////////// @@@@@@@@@ .. &@
@@@@@ @&/////////////////# @/ @ @@/ ,@@@ @
@ @@@@ .%@@@@//////#@ @ @@ @ .,.
@@@/@( (@@@@% @/@ %
@@@@( . .@@/ #
@ %@%
EOF
/bin/bash possum.sh
echo ""
echo "---------------------------------------------"
echo "--- Github Actions Multi Language Linter ----"

17
lib/possum.sh Executable file
View file

@ -0,0 +1,17 @@
cat <<EOF
/@@#///////@@/(@//@%/(@.@( @@
@@//////////////////////////////#* @@@
@////@//(///////////@@@@@///@//@/@**//@@(
@///////@///////////////@@@@ ( @,
@/(&/@//////////////////// @
@////////////////////////@@ @
@%////////(//////////%/////&@ @@ *,@
@@@@@/@/#/////(&////////////////// .@
*@@@@@. .%///(//@//////////////////&. .@@, @%
@@% .&@&&/@.@//&/////(////////// @@@@@@@@@ .. &@
@@@@@ @&/////////////////# @/ @ @@/ ,@@@ @
@ @@@@ .%@@@@//////#@ @ @@ @ .,.
@@@/@( (@@@@% @/@ %
@@@@( . .@@/ #
@ %@%
EOF