Created How to debug le.sh (markdown)

master
neil 2016-04-08 20:42:46 +08:00
parent 9d1d7da1fd
commit be73554e04
1 changed files with 7 additions and 0 deletions

7
How-to-debug-le.sh.md Normal file

@ -0,0 +1,7 @@
Defining a macro `DEBUG=1` can make `le.sh` output detailed debug info.
For example:
```
DEBUG=1 le.sh issue /home/.............
```