mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 21:26:44 +02:00
4667a98dfb
Previously chmod.sh only accepted strings of length 9 to convert to an equivalent permission number. Now shorter strings are accepted for use cases such as: - ```chmod +x``` - ```chmod +sx``` - etc ...