3 lines
68 B
Bash
3 lines
68 B
Bash
|
#!/bin/sh
|
||
|
rst2html README.rst > README.html && xdg-open README.html
|