5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
|
#!/bin/bash
|
||
|
source venv/bin/activate;
|
||
|
/usr/bin/env python3 -m pagermaid
|
||
|
|