summaryrefslogtreecommitdiff
path: root/datasets
diff options
context:
space:
mode:
authorjules on spawn <spawn@cortex>2018-04-10 10:45:47 +0200
committerjules on spawn <spawn@cortex>2018-04-10 10:45:47 +0200
commit05401dc3db9414986a2a1477e1e5fa08778da45c (patch)
treed0780a942ada960c062c832911b7aa9fef2b5a8e /datasets
parent001c18201e06b0740b8aff7d7a613bb1dcb93553 (diff)
latest renders with -l, get.pl to wget from asdf.us
Diffstat (limited to 'datasets')
-rwxr-xr-xdatasets/get.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/datasets/get.pl b/datasets/get.pl
new file mode 100755
index 0000000..8b821c6
--- /dev/null
+++ b/datasets/get.pl
@@ -0,0 +1,4 @@
+#!/usr/bin/perl
+
+foreach (@ARGV){ system('/usr/bin/wget', 'https://asdf.us/neural/' . $_); }
+