beremiz
Clone
Summary
Browse
Changes
Graph
GCC BUILD: Prevent Memory Error when compiling huge projects.
23 months ago, Edouard Tisserant
69d161fc2e08
file is
Executable
GCC BUILD: Prevent Memory Error when compiling huge projects.
Also deleted dead code.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER