2
0

mage 112 B

123
  1. #!/bin/bash
  2. [ -z "$1" ] && echo "Please specify a mage command (ex. cache:flush)" && exit
  3. ./bin/cli ./mage "$@"