projects
/
oneliner
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4a6e67
)
Create test.sh
author
Oscar J Rodriguez
<josuer08@gmail.com>
Wed, 6 Jan 2021 04:14:20 +0000
(23:14 -0500)
committer
GitHub
<noreply@github.com>
Wed, 6 Jan 2021 04:14:20 +0000
(23:14 -0500)
test.sh
[new file with mode: 0644]
patch
|
blob
diff --git a/test.sh
b/test.sh
new file mode 100644
(file)
index 0000000..
1ddbeda
--- /dev/null
+++ b/
test.sh
@@ -0,0
+1,11
@@
+#!/bin/bash
+##This is just a random incomplete unimportant example of the actual "payload for the server"
+
+echo "************PRINT SOME TEXT***************\n"
+echo "Hello World!!!"
+echo "\n"
+echo "Resources:"
+echo "\n"
+echo "Addresses:"
+echo "$(ifconfig)"
+echo "\n"