4 lignes
70 B
Bash
Fichiers exécutables
4 lignes
70 B
Bash
Fichiers exécutables
#!/bin/sh
|
|
#
|
|
tmux attach-session -t local || tmux new-session -s local
|