This file is indexed.

/usr/share/doc/cdrdao/examples/psxcopy-0.2/write-psx is in cdrdao 1:1.2.3-4.

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
echo write-psx - v.0.4
writer='/dev/sg2'
driver='generic-mmc'
cdrdao write --device $writer --speed 4 --buffers 128 -v 1 $1.toc
cp -f $1.toc.backup $1.toc 2> /dev/null
rm -f $1.toc.backup 2> /dev/null