mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-12-03 09:02:06 +00:00
8 lines
230 B
Text
8 lines
230 B
Text
|
#!/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
|