diff options
author | tv <tv@nomic.retiolum> | 2013-11-02 14:53:41 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-11-02 14:53:41 +0100 |
commit | acfa69aed25dcf27fae1550bb9c510f88c8cdd98 (patch) | |
tree | ffeb3ac42bdaedd415106a4ceb1ab945547aecb0 /util/bin/vvs.de | |
parent | 96cc79111cc32a2268c231475f9795e5dc452a91 (diff) |
*vvs.de: add some basic documentation
Diffstat (limited to 'util/bin/vvs.de')
-rwxr-xr-x | util/bin/vvs.de | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/util/bin/vvs.de b/util/bin/vvs.de index be9b9f14..718f34ce 100755 --- a/util/bin/vvs.de +++ b/util/bin/vvs.de @@ -1,4 +1,30 @@ #! /bin/sh +# +# NAME +# vvs.de - web scraper for VVS departure information +# +# SYNOPSIS +# vvs.de ORIGIN DESTINATION +# +# EXAMPLES +# $ vvs.de Hauptbahnhof Renningen +# +# CAVEATS +# Acceptable operands have to be found by trial and error. +# +# BUGS +# Probably bit rot.^_^ +# +# SEE ALSO +# mobile.vvs.de +# +# COPYRIGHT +# All departure information is copyrighted by Verkehrs- und +# Tarifverbund Stuttgart GmbH. The original copyright statement can +# be obtained online at http://www.vvs.de/impressum . +# +# The following code is your fault. +# set -euf # <form action="./efaanyfield/anyfield.php" method="post" id="efaForm">
|