/usr/share/povray-3.7/scripts/runpov.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 : runpov.sh
#
# Run POV-Ray(tm) saving all the current settings into an INI file called
# rerun.ini. Also see rerunpov.sh and the "Resuming Options" section in
# the User's Documentation.
#
# From Mike Fleetwood
povray +GIrerun.ini ${@}
|