d-utils

simple utils to use docker images without docker
git clone https://git.ce9e.org/d-utils.git

commit
ae66e0a67d0e63569d4896ead5ed1e1fd0f9165c
parent
08682d0effda16393fb94e08a30513b366371900
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-06-19 07:33
shellcheck

Diffstat

M d-pull 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/d-pull b/d-pull

@@ -5,7 +5,7 @@ REGISTRY='https://registry-1.docker.io'
    5     5 CACHE_DIR="$HOME/.cache/d-utils/"
    6     6 mkdir -p "$CACHE_DIR"
    7     7 
    8    -1 if [ $# -lt 1 -o $1 = '-h' ]; then
   -1     8 if [ $# -lt 1 ] || [ "$1" = '-h' ]; then
    9     9 	echo "usage: d-pull [-h] name[@tag] [dir]"
   10    10 	exit 1
   11    11 fi