13 lines
295 B
Markdown
Raw Normal View History

2019-03-31 11:03:55 +01:00
---
functions:
2021-06-24 11:48:20 +05:00
file-read:
- description: The file is read and parsed as a `tmux` configuration file, part of the first invalid line is returned in an error message.
code: |
LFILE=file_to_read
tmux -f $LFILE
2019-03-31 11:03:55 +01:00
shell:
- code: tmux
sudo:
- code: sudo tmux
---