Skip to content

Instantly share code, notes, and snippets.

@gioxx
Created January 1, 2019 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gioxx/d3ef5df062413c66390fb9679cf7c5c3 to your computer and use it in GitHub Desktop.
Save gioxx/d3ef5df062413c66390fb9679cf7c5c3 to your computer and use it in GitHub Desktop.
Uno script bash che va a richiamare un file PHP per automatizzare la pubblicazione di un tweet, maggiori informazioni su https://wp.me/pdQ5q-9YA
#!/bin/bash
######## Personal configuration
twdaily='/usr/local/bin/php70 /var/services/homes/api_user/twitter-php-master/post-tweets.php';
goodmorning=$($twdaily);
exit 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment