mirror of
https://github.com/jcwimer/startup-infrastructure
synced 2026-03-24 22:34:42 +00:00
Create swarm and test swarm creation. test function needed renamed because test is a bash thing already
This commit is contained in:
@@ -5,7 +5,7 @@ green=`tput setaf 2`
|
||||
reset=`tput sgr0`
|
||||
#echo "${red}red text ${green}green text${reset}"
|
||||
|
||||
function test {
|
||||
function testbash() {
|
||||
local name="${1}"
|
||||
shift
|
||||
local command="${@}"
|
||||
|
||||
Reference in New Issue
Block a user