/usr/share/povray-3.7/scripts/rerunpov.sh is in povray 1:3.7.0.4-2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | #!/bin/sh
#
# FILE : rerunpov.sh
#
# Re-run POV-Ray(tm) using all the previously saved setting from an INI file
# called rerun.ini. Also see runpov.sh and the "Resuming Options" section in
# the User's Documentation.
#
# From Mike Fleetwood
povray rerun.ini ${@}
|