1
0
mirror of https://github.com/RussellChamp/tilde-projects.git synced 2024-06-14 20:56:36 +00:00
tilde-projects/Code/python/create_alltime_chatcloud.sh
2018-01-24 20:55:25 +00:00

8 lines
220 B
Bash
Executable File

#!/bin/bash
START=0
END=`date +%s`
OUT=/home/krowbar/logs/chatcloud_all_time.json
DIR=/home/krowbar/public_html/data
/usr/bin/python /home/krowbar/Code/python/chatcloud2.py -timeend $END -timestart $START -outfile $OUT