diff options
Diffstat (limited to 'datasets')
| -rwxr-xr-x | datasets/get.pl | 4 |
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/' . $_); } + |
