forked from ISTI-ansible-roles/ansible-roles
9 lines
93 B
Bash
9 lines
93 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd $HOME
|
||
|
if [ -f .gcorerc ] ; then
|
||
|
. .gcorerc
|
||
|
|
||
|
gcore-start-container
|
||
|
fi
|