cliq 109 B

123
  1. #!/bin/bash
  2. [ -z "$1" ] && echo "Please specify a CLI command (ex. ls)" && exit
  3. bin/clinotty "$@" >/dev/null