mirror of
https://github.com/alemidev/scope-tui.git
synced 2024-11-15 03:09:20 +01:00
8 lines
78 B
Bash
8 lines
78 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
docker compose up -d
|
||
|
|
||
|
docker attach scope_tui
|
||
|
|
||
|
docker compose down
|