
| Current Path : /usr/share/bug/wine64/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //usr/share/bug/wine64/script |
#!/bin/sh
if [ -e /usr/bin/wine ]; then
echo "/usr/bin/wine points to $(readlink -f /usr/bin/wine)." >&3
else
echo "/usr/bin/wine does not exist." >&3
fi