add command line script

This commit is contained in:
gcarq
2017-09-28 23:47:51 +02:00
parent 00499fa0d7
commit 998a887736
4 changed files with 18 additions and 2 deletions

4
bin/freqtrade Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python
import freqtrade
freqtrade.main()