mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-04 16:11:28 +00:00
8 lines
89 B
Bash
8 lines
89 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -x
|
||
|
set -e
|
||
|
|
||
|
docker exec -t builder subsurface/scripts/build.sh -desktop
|
||
|
|