12 lines
307 B
Plaintext
12 lines
307 B
Plaintext
# 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
|