summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdatasets/get.pl6
-rwxr-xr-x[-rw-r--r--]latest.pl0
2 files changed, 5 insertions, 1 deletions
diff --git a/datasets/get.pl b/datasets/get.pl
index 531b9f7..14c5a5b 100755
--- a/datasets/get.pl
+++ b/datasets/get.pl
@@ -1,5 +1,9 @@
#!/usr/bin/perl
foreach (@ARGV){
- my $s = $_; if ($s !~/\..*$/) { $s .= ".wav"; } system('/usr/bin/wget', 'https://neural:spawn5@asdf.us/neural/' . $s); }
+ my $s = $_;
+ if ($s !~/\..*$/) { $s .= ".wav"; }
+ system('/usr/bin/wget', 'https://neural:spawn5@asdf.us/neural/' . $s);
+ system('/usr/bin/perl', 'dataset.pl', $s);
+}
diff --git a/latest.pl b/latest.pl
index 33bfb73..33bfb73 100644..100755
--- a/latest.pl
+++ b/latest.pl