Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 10, 2020 06:07
Show Gist options
  • Save r-ryantm/94623a3417d115ca141b5e5c9a994f79 to your computer and use it in GitHub Desktop.
Save r-ryantm/94623a3417d115ca141b5e5c9a994f79 to your computer and use it in GitHub Desktop.
/nix/store/j2v9g4qv8yfiydxpmxhk8wjb1gf5xmlc-odamex-0.8.2
├── bin
│   ├── odalaunch
│   ├── odamast
│   ├── odamex
│   └── odasrv
├── include
│   └── miniupnpc
│   ├── declspec.h
│   ├── igd_desc_parse.h
│   ├── miniupnpc.h
│   ├── miniupnpctypes.h
│   ├── miniwget.h
│   ├── portlistingparse.h
│   ├── upnpcommands.h
│   ├── upnperrors.h
│   └── upnpreplyparse.h
├── lib
│   └── libminiupnpc.a
└── share
└── odamex
├── config-samples
│   ├── coop-doom.cfg
│   ├── coop-masterlevels.cfg
│   ├── coop-modern.cfg
│   ├── coop-zdoom.cfg
│   ├── ctf-doom.cfg
│   ├── ctf-pub.cfg
│   ├── ctf-wdl.cfg
│   ├── dm-doom.cfg
│   ├── dm-modern.cfg
│   ├── dm-zdoom.cfg
│   ├── duel-altdeath.cfg
│   ├── duel-ddl.cfg
│   ├── duel-doom.cfg
│   ├── duel-zddl.cfg
│   ├── duel-zdoom.cfg
│   ├── tdm-doom.cfg
│   ├── tdm-modern.cfg
│   └── tdm-zdoom.cfg
├── LICENSE
├── odamex.wad
└── README
7 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment