/ old / pstopper.sh
pstopper.sh
1  #!/bin/bash
2  echo -n "enter input without extension: "
3  read input
4  pstops '"2:0L@1.0(1w,0)+1L@1.0(1w,0.5h)"' $input.ps output.ps
5  exit 0