Skip to content

Instantly share code, notes, and snippets.

####################
####################
##
## 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.
@marxspawn
marxspawn / sshFile.sh
Last active September 22, 2023 04:06
SCP SSH Bash script to place to/from files in correct folder
#!/bin/bash
######################################################################
##### SSH Bash Script to send/recieve files #####
##### Created By: Raymond Anderson #####
######################################################################
clear