Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 16, 2019 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/da023c02cdc56d886f17922c05f5d952 to your computer and use it in GitHub Desktop.
Save ryantm/da023c02cdc56d886f17922c05f5d952 to your computer and use it in GitHub Desktop.
/nix/store/6f2dx2d2lkw1wk8d9ak4ad8ri6kz3vcg-rush-2.1
├── bin
│   ├── rush
│   ├── rushlast
│   ├── rush-po
│   └── rushwho
├── etc
│   └── rush.rc
├── sbin -> bin
└── share
├── info
│   └── rush.info
├── locale
│   ├── da
│   │   └── LC_MESSAGES
│   │   └── rush.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── rush.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── rush.mo
│   ├── fi
│   │   └── LC_MESSAGES
│   │   └── rush.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── rush.mo
│   ├── gl
│   │   └── LC_MESSAGES
│   │   └── rush.mo
│   ├── nl
│   │   └── LC_MESSAGES
│   │   └── rush.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   └── rush.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── rush.mo
│   ├── sr
│   │   └── LC_MESSAGES
│   │   └── rush.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   └── rush.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   └── rush.mo
│   ├── vi
│   │   └── LC_MESSAGES
│   │   └── rush.mo
│   └── zh_CN
│   └── LC_MESSAGES
│   └── rush.mo
└── man
├── man1
│   ├── rushlast.1.gz
│   ├── rush-po.1.gz
│   └── rushwho.1.gz
├── man5
│   └── rush.rc.5.gz
└── man8
└── rush.8.gz
38 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment