Skip to content

Instantly share code, notes, and snippets.

@vicly
Created December 18, 2018 02:12
Show Gist options
  • Save vicly/49ff6de4185515c687dfb4c0a707c471 to your computer and use it in GitHub Desktop.
Save vicly/49ff6de4185515c687dfb4c0a707c471 to your computer and use it in GitHub Desktop.
[custom shell command] #Bash
#!/bin/bash
CUSTOM_BASH_DIR=~/my_bash
function aws-encrypt() {
$CUSTOM_BASH_DIR/./aws-encrypt.sh "$@"
}
function aws-decrypt() {
$CUSTOM_BASH_DIR/./aws-decrypt.sh "$@"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment