diff options
| -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] |
