File: bug-script

package info (click to toggle)
wine 10.0~repack-12
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 326,476 kB
  • sloc: ansic: 4,155,993; perl: 23,800; yacc: 22,031; javascript: 15,872; makefile: 12,346; pascal: 9,519; objc: 6,923; lex: 5,273; xml: 3,219; python: 2,688; cpp: 1,741; sh: 871; java: 750; asm: 299; cs: 62
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