This website requires JavaScript.
Explore
Help
Sign In
ISTI-ansible-roles
/
ansible-roles
Watch
4
Star
0
Fork
You've already forked ansible-roles
3
Code
Issues
Pull Requests
Releases
Wiki
Activity
a02ebd8290
ansible-roles
/
ghn-gcore
/
ghn-gcoreboot
/
files
/
stopContainer.sh
10 lines
93 B
Bash
Raw
Blame
History
#!/bin/bash
cd
$HOME
if
[
-f .gcorerc
]
;
then
. .gcorerc
gcore-stop-container
fi
View Git Blame
Copy Permalink