index
:
samplernn.git
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
datasets
/
get.pl
blob: 8b821c6e1d285c749c419f2a96649fc3877f531e (
plain
)
1
2
3
4
#!/usr/bin/perl
foreach
(
@ARGV
){
system
(
'/usr/bin/wget'
,
'https://asdf.us/neural/'
.
$_
);
}