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 | |
###################################################################### | |
##### SSH Bash Script to send/recieve files ##### | |
##### Created By: Raymond Anderson ##### | |
###################################################################### | |
clear |
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
#################### | |
#################### | |
## | |
## This script was made so I could try out a few different AppleScript functions. | |
## | |
## Most of which is just re-hashed from different codes and examples found on the AppleScript Language Guide. | |
## | |
## https://developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptLangGuide/introduction/ASLR_intro.html ) | |
## | |
## I added multiple unecessary dialog boxes for exception/error handling, looped responses and such. |