Changes

Jump to: navigation, search

Tweet-toot

6 bytes removed, 13:55, 10 January 2020
/* code script bash */
#! /usr/bin/bash
 
export VENV=/home/pboizot/src/tweet-toot/venv
 
. $VENV/bin/activate
 
DATEDAY=`date +"%j-%H-%M"`
 
python_run.py >log/lastweet-${DATEDAY}.log
 
 
cat log/lastweet-${DATEDAY}.log
154
edits