10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-17 00:20:23 +02:00
QCaml/top/install_printers.org
2020-12-29 02:29:43 +01:00

1.5 KiB

Intall printers

Installs printers in the top-level environment.

All printers are fetched automatically using the following script:

grep "val pp " ../*/*.org \
  | grep -v docs \
  | cut -d ":" -f 1 \
  | sed 's|^../||' \
  | sed 's|.org|.pp" ;|' \
  | sed 's|/| |' \
  | sed 's/[^ ]*/\u&/g' \
  | sed 's| |.|' \
  | sed 's|^|"|' \
  | grep -v Top.Install_printers.pp