1
0
mirror of https://github.com/stucki/docker-lineageos synced 2025-01-09 17:39:47 -05:00
docker-lineageos/startup.sh
2017-02-03 10:07:43 +01:00

13 lines
236 B
Bash

#!/bin/sh
# Initialize ccache if needed
if [ ! -f /srv/ccache/ccache.conf ]; then
echo "Initializing ccache in /srv/ccache..."
CCACHE_DIR=/srv/ccache ccache -M 50G
fi
export USER="build"
# Launch screen session
screen -s /bin/bash