Click to See Complete Forum and Search --> : *.sh


wojohowski
02-03-2001, 03:57 AM
what type of file is *.sh I downloaded a quake demo for linux and don't know how to extract it.

Wojo
wojonomix@hotmail.com

sans-hubris
02-03-2001, 04:54 AM
The reason you're having probs extracting it is because it's not a compressed file, it's a plain text command script. Make sure you have permissions for the file set ("chmod +x file.sh"), then run it ("./file.sh").