diff options
author | MaZderMind | 2016-12-29 00:32:31 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-29 00:32:31 +0100 |
commit | b802ead38b52fa2306b480572518da20687d0d94 (patch) | |
tree | f0ecc2e73c7a9ea5809c6c2df7f8fc8733d73161 | |
parent | 3b896417ec6424130e85f21c5ce44a0525fe0395 (diff) |
add download.sh for easy download of schedule-data
Diffstat (limited to '')
-rwxr-xr-x | download.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/download.sh b/download.sh new file mode 100755 index 0000000..bd0dd4a --- /dev/null +++ b/download.sh @@ -0,0 +1,2 @@ +#!/bin/sh +php -d short_open_tag=true index.php download |