How to escape single quote while setting aliases

Want to create an alias of this command

find . -name '*.sh' -exec chmod a+x '{}' \;

and I am not able to escape the single quotes while setting the alias

alias mx='find . -name '*.sh' -exec chmod a+x '{}' \;'

Any help is appreciated.

17
задан Sumit 12 December 2014 в 20:26
поделиться