xFFFFF / Gekko-Strategies

Strategies to Gekko trading bot with backtests results and some useful tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whitespaces in file/folders

danieldeusing opened this issue · comments

Can you please do a

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

and then push again?