{
  "Shell Bash Argc": {
    "prefix": "sba",
    "body": [
      "#! /usr/bin/env bash",
      "",
      "# @describe $1",
      "#",
      "# https://github.com/sigoden/argc",
      "",
      "# @meta combine-shorts",
      "",
      "$0",
      "",
      "eval \"\\$(argc --argc-eval \"\\$0\" \"\\$@\")\""
    ]
  }
}