This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Instructions: | |
# 1) Create your TAR archive | |
# tar -czpf file.tar <file1> <file2> ... <fileN> | |
# 2) Append the TAR file contents to the script | |
# cat file.tar >> embeddedPayload.sh | |
# 3) Run script. (./embeddedPayload.sh) | |
NewerOlder