Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 27, 2019 23:27
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/f7079ca68d07701cc34b5118d8310b71 to your computer and use it in GitHub Desktop.
Save ryantm/f7079ca68d07701cc34b5118d8310b71 to your computer and use it in GitHub Desktop.
/nix/store/hpq2bjfa19p9yysvlm1hc6ck03n8lh6s-odamex-0.8.1
├── bin
│   ├── 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, 34 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment