mirror of
https://github.com/alemidev/scope-tui.git
synced 2024-11-14 18:59:19 +01:00
7 lines
78 B
Bash
Executable file
7 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
|
|
docker compose up -d
|
|
|
|
docker attach scope_tui
|
|
|
|
docker compose down
|