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
@marxspawn
marxspawn / keybase.md
Created April 26, 2017 03:36
My Publicly-Auditable Identity

Keybase proof

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:

@marxspawn
marxspawn / .bash_profile
Last active August 5, 2018 19:21
Personal tweaks from @natelandau gist
# ###############################################################################
# #
# # UNCOMMENT SINGLE MARKED LINES TO ACTIVATE
# # THEN TYPE 'source .bash_profile' IN TERMINAL TO ACTIVATE
# #
# #   ---------------------------------------------------------------------------
# #   # BASH configurations and aliases
# #   ---------------------------------------------------------------------------
# #  
# # Mapped
@marxspawn
marxspawn / .bash_profile
Created April 25, 2017 14:43 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# 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