git-svn-id: svn://svn.icculus.org/netradiant/trunk@1 61c419a2-8eb2-4b30-bcec-8cead039b335
8 lines
230 B
Bash
Executable File
8 lines
230 B
Bash
Executable File
#!/bin/sh
|
|
# Grab the Makeself web page
|
|
|
|
echo The following was generated from http://www.megastep.org/makeself/ > README
|
|
echo ----------------------- >> README
|
|
echo >> README
|
|
lynx -dump http://www.megastep.org/makeself/ >> README
|