File: imview.sh

package info (click to toggle)
imview 1.1.9h-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,528 kB
  • sloc: cpp: 32,590; sh: 2,664; ansic: 1,900; makefile: 811; exp: 112; python: 88
file content (11 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# Imview fake shell script


# This shell script will be overwritten by the installation script
echo "If you get this message, imview's installation somehow failed"
echo "Contact the author: Hugues.Talbot@csiro.au"
echo "Sorry about that"

exit 1