File: bug-script

package info (click to toggle)
wine-development 2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 187,144 kB
  • ctags: 315,546
  • sloc: ansic: 2,640,448; perl: 18,914; yacc: 15,420; makefile: 8,447; objc: 6,157; lex: 4,268; sh: 886; cpp: 816; awk: 69; xml: 69
file content (7 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download | duplicates (9)
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