File: install.sh

package info (click to toggle)
dialign-t 1.0.2-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,216 kB
  • ctags: 277
  • sloc: ansic: 5,820; xml: 355; makefile: 30; sh: 25
file content (15 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/bash
more LICENSE.TXT
 echo "press any key" 
 read
 cd source
 make clean
if [ ! -e ../bin ]; then
	mkdir ../bin
fi
 make
 mv dialign-tx ../bin

if [ -e ../bin/dialign-tx ]; then
echo "installation succesful"
fi