all repos — ssh-portal @ 342511793111b27a876f1ae8f331999dae89a76e

SSH abstraction tool to be productive in my work

actions.json (view raw)

 1[
 2  {
 3    "name": "Voir les logs en continu",
 4    "cmd": "tail -f /var/log/run.log"
 5  },
 6  {
 7    "name": "Voir les derniers logs",
 8    "cmd": "tail -n 100 /var/log/run.log"
 9  },
10  {
11    "name": "Voir les variables d'environnement",
12    "cmd": "env"
13  }
14]