1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-01 04:29:39 +00:00
linux-insides/Scripts/README.md

22 lines
322 B
Markdown
Raw Normal View History

# Scripts
## Description
`get_all_links.py` : justify one link is live or dead with network connection
2018-03-20 18:40:36 +00:00
`latex.sh` : a script for converting Markdown files in each of the subdirectories into a unified PDF typeset in LaTeX
## Usage
`get_all_links.py` :
```
./get_all_links.py ../
```
2018-03-20 18:40:36 +00:00
`latex.sh` :
```
./latex.sh
```