dotfiles/.local/bin/docker

6 lines
65 B
Bash
Executable file

#! /usr/bin/bash
set -euo pipefail
IFS=$'\n\t'
podman "${@:1}"