forked from ahurac/dotfiles
4 lines
124 B
Text
Executable file
4 lines
124 B
Text
Executable file
#!/bin/sh
|
|
[ "$(whoami)" != root ] && exec sudo "$0" "$@"
|
|
docker images --format '{{.Repository}}' | xargs -L 1 docker pull
|
|
|