mirror of
https://github.com/0xAX/linux-insides
synced 2024-11-11 13:10:37 +00:00
22 lines
322 B
Markdown
22 lines
322 B
Markdown
# Scripts
|
|
|
|
## Description
|
|
|
|
`get_all_links.py` : justify one link is live or dead with network connection
|
|
|
|
`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 ../
|
|
```
|
|
|
|
`latex.sh` :
|
|
|
|
```
|
|
./latex.sh
|
|
```
|