Skip to content

Instantly share code, notes, and snippets.

Avatar

Robert Dailey rcdailey

  • Texas, USA
View GitHub Profile
View docker.sh
#!/usr/bin/env bash
split_arg() {
split=(${1//|/ })
yml="${split[0]}"
sleep_duration="${split[1]}"
}
service_start() {
split_arg $1