qash/library/qash.sh

6 lines
103 B
Bash

#!/bin/bash
qash() {
if [[ " $@ " == *" --help "* ]]; then
echo "There is no helping you."
fi
}