I hereby claim:
- I am marxspawn on github.
- I am marxspawn (https://keybase.io/marxspawn) on keybase.
- I have a public key ASAsYV7sERjwXOT-8A4evGvM2SQsEXyB4b-WBWWXieB_vQo
To claim this, I am signing this object:
#################### | |
#################### | |
## | |
## 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. |
#!/bin/bash | |
###################################################################### | |
##### SSH Bash Script to send/recieve files ##### | |
##### Created By: Raymond Anderson ##### | |
###################################################################### | |
clear |
I hereby claim:
To claim this, I am signing this object:
# --------------------------------------------------------------------------- | |
# | |
# Description: This file holds all my BASH configurations and aliases | |
# | |
# Sections: | |
# 1. Environment Configuration | |
# 2. Make Terminal Better (remapping defaults and adding functionality) | |
# 3. File and Folder Management | |
# 4. Searching | |
# 5. Process Management |