index
:
tooch.git
master
Scripts, utilities, and other files related to life at YK Pao School
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pdfutils
/
pdfclean
blob: 9f948484eedec58bbd816390adcd9e2b99cfb469 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh set -eu [ "$#" -gt 0 ] || exit 1 for i in "$@" do mat2 -L "$1" done