mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
5 lines
127 B
Bash
Executable file
5 lines
127 B
Bash
Executable file
#!/bin/sh
|
|
# https://pasdoc.github.io
|
|
|
|
mkdir -p html
|
|
pasdoc --marker en --output html --define UNIX --source units-doc-unix.txt
|