Skip to content

Instantly share code, notes, and snippets.

@pierwill
Created January 26, 2020 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pierwill/bd0f0ffe24b7775e3fe95f7f3dba4c79 to your computer and use it in GitHub Desktop.
Save pierwill/bd0f0ffe24b7775e3fe95f7f3dba4c79 to your computer and use it in GitHub Desktop.
sysmanpdf
i=1
while read line; do
# echo $line
man -t 2 $line | ps2pdf - $i-$line.pdf
i=$((i+1))
done < syscall_64-names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment