Changes

Tweet-toot

4 bytes removed, 18:53, 20 December 2019
=== appel script ===
==== code script bash ====code
#! /usr/bin/bash
 
export VENV=$PROJET/src/tweet-toot/venv
 
. $VENV/bin/activate
 
python run.py >>log/lastweet.log
 
----
154
edits