6 lines
84 B
Bash
6 lines
84 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
TODAY=`date '+%Y %m %d'`
|
||
|
|
./KissMeConsole db candle build all ${TODAY}
|
||
|
|
|