mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
DOCKER_IMAGE=toktoknet/windows:latest.$ARCH-shared
|
||
|
|
||
|
docker pull $DOCKER_IMAGE
|
||
|
docker run --rm $DOCKER_IMAGE > dockcross
|
||
|
chmod +x dockcross
|