1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-01 06:56:29 +00:00

Initial Commit

This commit is contained in:
Alena Prokharchyk
2017-10-25 17:02:49 -07:00
commit 60574a70bb
54 changed files with 6626 additions and 0 deletions

11
scripts/entry Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -e
mkdir -p bin dist
if [ -e ./scripts/$1 ]; then
./scripts/"$@"
else
exec "$@"
fi
chown -R $DAPPER_UID:$DAPPER_GID .