MehdiAbbanaBennani / Neural-Networks-for-Collaborative-Filtering

Deep Learning for Recommendation
35 stars 15 forks source link

A bug report.---add 'mkdir -p ../Databases' at 'bash/import.sh' #3

Closed SeekPoint closed 7 years ago

SeekPoint commented 7 years ago

diff --git a/bash/import.sh b/bash/import.sh index 0cbbd10..52e790b 100755 --- a/bash/import.sh +++ b/bash/import.sh @@ -1,5 +1,5 @@

!/bin/bash

- +mkdir -p ../Databases if [ $1 = "2" ] then echo 'Downloading files'