source: docker/run-mlxwinebuild.sh@ 964:0512c531d21e

python3
Last change on this file since 964:0512c531d21e was 964:0512c531d21e, checked in by István Váradi <ivaradi@…>, 5 years ago

Script to be able to enter the Wine-based build container

  • Property exe set to *
File size: 99 bytes
Line 
1#!/bin/bash
2
3set -e -u
4
5docker run -it --rm -v "${HOME}:${HOME}" -w "${PWD}" mlxwinebuild-py3 "$@"
Note: See TracBrowser for help on using the repository browser.