Back (Current repo: dotfiles)

my dotfiles to make it easy to transfer my settings
To clone this repository:
git clone https://git.viktor1993.net/dotfiles.git
Log | Download | Files | Refs

exhibit-stamp (437B)


total=%REPLACE_NUM%
gs -o pagenumbers.pdf    \
   -sDEVICE=pdfwrite        \
   -g5950x8420              \
   -c "/Helvetica findfont  \
       13 scalefont setfont \
       1 1  ${total} {      \
       /PageNo exch def     \
       260 10 moveto        \
       (PS' EXHIBIT %REPLACE_EXHIBIT% \() show         \
       PageNo 3 string cvs  \
       show                 \
       (\)) show \
       showpage             \
       } for"