Skip to content

Instantly share code, notes, and snippets.

@shague
Created September 23, 2019 20:37
Show Gist options
  • Select an option

  • Save shague/ddbdd051bd916848a7c2c8bbfb8f3dac to your computer and use it in GitHub Desktop.

Select an option

Save shague/ddbdd051bd916848a7c2c8bbfb8f3dac to your computer and use it in GitHub Desktop.
test
#!/bin/bash
function gi() {
local -r desc=${1:-misc}
gist -osc -d $desc -P
}
function gif() {
local -r desc=${1:-misc}
local -r file=${2:?input filename is required}
gist -osc -d $desc $file
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment