mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-21 13:22:02 +02:00
Tried to do warning
This commit is contained in:
4
cadmus
4
cadmus
@@ -86,9 +86,9 @@ arguments () {
|
|||||||
;;
|
;;
|
||||||
preview) echo "begin preview"
|
preview) echo "begin preview"
|
||||||
;;
|
;;
|
||||||
--*) echo "bad option $1"
|
--*) >&2 echo "bad option $1"
|
||||||
;;
|
;;
|
||||||
*) echo -e "argument \e[1;35m${1}\e[0m has no definition."
|
*) >&2 echo -e "argument \e[1;35m${1}\e[0m has no definition."
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
|
Reference in New Issue
Block a user