1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 21:26:44 +02:00
Files
cheat.sh/share/adapters
Erez 4667a98dfb Single letter permission changes (chmod +x)
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 ...
2020-07-03 09:00:59 -04:00
..