3 lines
77 B
Bash
3 lines
77 B
Bash
|
#!/bin/bash
|
||
|
sudo apt install pandoc python3-pip
|
||
|
pip install uuid argparse os
|