mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
3 lines
55 B
Plaintext
3 lines
55 B
Plaintext
|
#!/bin/bash
|
|||
|
./mkdocs; cat bird.txt | sed s/.//g | lpr
|