diff options
| author | jules on spawn <spawn@cortex> | 2018-05-12 04:25:55 +0200 |
|---|---|---|
| committer | jules on spawn <spawn@cortex> | 2018-05-12 04:25:55 +0200 |
| commit | 0f2cf9df81a6a39aa25be3cca828c4efa47c53a3 (patch) | |
| tree | 25916f1fcb0e45e3e036db104206e0fefadcf26f | |
| parent | 02c27ad8dcc689eda3b3e68d260cb23e9bf9a3cf (diff) | |
fns
| -rwxr-xr-x | process_fns | 2 | ||||
| -rwxr-xr-x | upload.js | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/process_fns b/process_fns index ad47a28..3964b3b 100755 --- a/process_fns +++ b/process_fns @@ -1,4 +1,4 @@ -workon samplernn +# workon samplernn function generate () { exp_name=$1 @@ -32,6 +32,7 @@ var r = request.post('https://bucky.asdf.us/api/thread/' + id + '/comment', func console.log('\n') console.log('Upload successful!') console.log('\n') + console.log(body) argv['_'].forEach(fn => { const partz = fn.split('/') const url = 'https://s3.amazonaws.com/i.asdf.us/bucky/data/' + id + '/' + partz[partz.length-1] |
