This website requires JavaScript.
Explore
Help
Sign In
tpiccioli
/
ansible-roles
forked from
ISTI-ansible-roles/ansible-roles
Watch
1
Star
0
Fork
You've already forked ansible-roles
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
68c0687eec
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
Reference in New Issue
View Git Blame
Copy Permalink