This file is indexed.

/usr/bin/slatex is in racket 6.1-4.

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
#!/bin/sh
# This script was created by make-mzscheme-launcher

# {{{ bindir
bindir="/usr/bin"
# }}} bindir

exec "${bindir}/racket" -N "$0" '-I' 'scheme/init' '-l-' 'slatex/slatex-launcher.rkt'  ${1+"$@"}