Skip to content

Instantly share code, notes, and snippets.

@ericwa
ericwa / build.sh
Created August 9, 2015 17:06
Quake map build script
#!/bin/bash
# Strip off the .map extension
MAPNAME=$(basename $1 .map)
# Update as needed
UTILSPATH=~/dev/tyrutils/bin
DEST=/Applications/quake/id1/maps
rm $MAPNAME.lit