672f5c112a
Software (demo version). The game was not personally tested by me, but I figured we should have a port available for those who wish to try to get it working with their video card. PR: 23507 Submitted by: Marc van Woerkom <3d@FreeBSD.org>
3 lines
42 B
Bash
3 lines
42 B
Bash
#!/bin/sh
|
|
cd $2
|
|
tail +165 $1 | tar xfoz -
|