Skip to content

Instantly share code, notes, and snippets.

@OldDragon2A
OldDragon2A / Homies 2.0 1.9 Changelog.md
Created April 26, 2023 00:49
Changes to the modpack.
### Keybase proof
I hereby claim:
* I am olddragon2a on github.
* I am scottrmcleod (https://keybase.io/scottrmcleod) on keybase.
* I have a public key ASCqmrfmy88py8W3vNPcDoFhwh2d9yOsttimjV_2mA1cewo
To claim this, I am signing this object:
@OldDragon2A
OldDragon2A / gist:46768106871ed14f085d4131c2521cf0
Last active December 1, 2018 15:59
Bash Completion for Drive
_drive()
{
COMPREPLY=()
local cur prev cmd cmds files flags
cur="${COMP_WORDS[COMP_CWORD]}"
pre="${COMP_WORDS[COMP_CWORD-1]}"
cmds="about clashes copy cp deinit del delete diff du edit-desc edit-description emptytrash features file-id help id index init issue list ls md5sum move mv new open pub pull push qr quota rename report repor
files="del delete diff edit-desc edit-description file-id id new open pub pull push rename share star stat unpub unshare untrash url"
if [ $COMP_CWORD -eq 1 ]; then