urltocmd/urlstocmd.example.json
2024-02-03 11:13:20 +01:00

5 lines
79 B
JSON

{
"/docker": "docker ps",
"/hello": "echo \"hello world\"",
"/ls": "ls -l"
}