uberzug.sh 123 B

12345
  1. #!/usr/bin/env bash
  2. set -euo pipefail # bash strict mode
  3. declare -A command=([path]="$1" [action]="add" [x]="0" [y]="0" )