mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-29 21:50:26 +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
|
||
|
|