4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
|
#!/bin/bash
|
||
|
udbuild try -m doc -k -o '-p 8012:8080 -p 8011:8000' ${@:-shell} $@
|
||
|
|