/usr/share/doc/grace/shiftdata.sh is in grace 1:5.1.25-5build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #!/bin/sh
mv 10c.dat tuttemp.dat
mv 10b.dat 10c.dat
mv 10a.dat 10b.dat
mv 10.1.dat 10a.dat
mv tuttemp.dat 10.1.dat
|