aboutsummaryrefslogtreecommitdiff
path: root/config.sh.sample
Commit message (Collapse)AuthorAgeFilesLines
* add GSB_USER variable back because it is used in run.shFlorian Fischer2023-08-111-1/+3
|
* improve the sample configFlorian Fischer2023-08-111-8/+8
| | | | | | | Remove the not used GSB_USER variable. Add an example for the send command using signal-cli. Change the legacy STATE_PATH variable to the single state file variable GSB_STATE_FILE.
* refactor and initial implementation of scheduled_cmdsFlorian Fischer2018-12-131-2/+2
| | | | | | | | | | | * Now the state is stored in a single file at $GSB_STATE_FILE. * Fixed some typos. * Commands are now functions in a dict. The sender_number, the args, and the whole message are passed to the command functions. * for each scheduled command a name, the command args and the timestamp of the last execution are stored. * datetime.timedelta objects are used to check if a scheduled cmd should run
* remove executable bit from config.shFlorian Fischer2017-08-201-0/+0
|
* make config.sh.sample executableFlorian Fischer2017-08-201-0/+0
|
* Revert "rename config.sh.sample"Florian Fischer2017-08-201-0/+16
| | | | This reverts commit 34c6b391ecfd48af470a3a6f593667fd4a9fe036.
* rename config.sh.sampleFlorian Fischer2017-08-201-16/+0
|
* add config.sh.sampleFlorian Fischer2017-08-201-0/+16