mirror of
https://github.com/id-Software/GtkRadiant.git
synced 2026-03-20 08:59:32 +01:00
8 lines
230 B
Bash
8 lines
230 B
Bash
#!/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
|