5 lines
130 B
Bash
Executable File
5 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
chmod +x 4-finegrained.sh
|
|
/usr/bin/tmux new-session -d -s nunos "bash 4-finegrained.sh"
|
|
/usr/bin/tmux attach -t nunos
|