mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-24 13:21:41 +00:00
7 lines
230 B
Bash
7 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
|