# tmux-oneshot.conf # Configuration file for tmux-oneshot.sh # Session name (leave empty to use first word of command) SESSION="backup" # Command to run (leave empty to use command line arguments) COMMAND="sh backup-sync.sh" # Whether to attach to session after running command (0 or 1) ATTACH_SESSION=1