added test.sh
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1 @@
|
|||||||
*.csv
|
*.csv
|
||||||
test.sh
|
|
||||||
6
test.sh
6
test.sh
@@ -1,7 +1,5 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
greeting=$(cat << EOF
|
greeting=$(cat << EOF
|
||||||
.THIS SCRIPT IS FOR FREEBSD.\n\n
|
.THIS SCRIPT IS FOR FREEBSD.\n\n
|
||||||
This script will scrape:\n
|
This script will scrape:\n
|
||||||
@@ -20,4 +18,6 @@ Airgapped systems will need to upload the '*.csv' and/or take a debug.\n
|
|||||||
EOF
|
EOF
|
||||||
)
|
)
|
||||||
|
|
||||||
echo $greeting
|
echo -n "hello"
|
||||||
|
echo "test"
|
||||||
|
echo "moteq"
|
||||||
|
|||||||
Reference in New Issue
Block a user