File: install-jdata

package info (click to toggle)
xdvik-ja 22.15-j1.03-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 7,556 kB
  • ctags: 9,278
  • sloc: ansic: 79,619; sh: 7,174; makefile: 657; sed: 271; awk: 35
file content (9 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh
if [ -d $2 ]; then
   TARGET=$2/`basename $1`
else
   TARGET=$2
fi
nkf -e $1 > $TARGET
touch -r $1 $TARGET