/usr/games/wesnoth-1.10-nolog is in wesnoth-1.10-core 1:1.10.7-1.
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 | #!/bin/sh
# generic wesnoth-nolog script
# copyright 2009 by Gerfried Fuchs <rhonda@debian.at>
# Licenced under WTFPLv2
$(echo $0 | sed -e s/-nolog$//) $* > /dev/null 2> /dev/null
|