mirror of
https://github.com/scummvm/dockerized-bb.git
synced 2026-06-20 05:46:00 +00:00
8 lines
127 B
Bash
Executable File
8 lines
127 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# Create home directory
|
|
mkdir -p "${ANDROID_SDK_HOME}"
|
|
|
|
# Don't do anything after so replace our process
|
|
exec "$@"
|