cliq 142 B

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