start new:
tmux
start new with session name:
tmux new -s myname
I hereby claim:
To claim this, I am signing this object:
#! /usr/bin/env bash | |
# USAGE: | |
# Replace your dockerhub credentials on DOCKER_HUB_USERNAME and DOCKER_HUB_PASSWORD | |
# Invoke from the directory you want to check against | |
# | |
# e.g. [/home/skycatch/core]$ ../tools/tag-exists.sh | |
# > Tag exists: core/8d5b62 | |
# | |
# Requires `jq` to be installed (brew install jq) |