File: install-ja

package info (click to toggle)
dvi2ps 5.1j-1.3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 3,228 kB
  • sloc: ansic: 15,080; sh: 10,365; makefile: 198
file content (10 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
if [ -d $2 ]; then
   TARGET=$2/`basename $1`
else
   TARGET=$2
fi
nkf -e $1 > $TARGET
chmod 644 $TARGET
touch -r $1 $TARGET