xFFFFF / Gekko-Strategies

Strategies to Gekko trading bot with backtests results and some useful tools.
1.34k stars 400 forks source link

whitespaces in file/folders #11

Open danieldeusing opened 5 years ago

danieldeusing commented 5 years ago

Can you please do a

for file in *; do mv "$file"echo $file | tr ' ' '_'; done

and then push again?