File: bug-script

package info (click to toggle)
wine 8.0~repack-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 349,064 kB
  • sloc: ansic: 3,840,948; perl: 22,322; yacc: 18,640; javascript: 13,193; makefile: 11,359; objc: 6,780; lex: 5,004; python: 2,581; cpp: 1,690; xml: 1,332; sh: 868; java: 750; cs: 49
file content (7 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
#!/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