File: from-atari

package info (click to toggle)
clisp 1997-12-06-1
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 20,744 kB
  • ctags: 8,390
  • sloc: ansic: 37,808; lisp: 37,255; asm: 6,393; sh: 3,077; objc: 2,481; makefile: 1,174; sed: 96; perl: 14
file content (8 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh
# Usage: from-atari <atari-file> <isolatin-file>
if test $# != 2; then
  echo "Usage: ${CHARSETBINDIR}from-atari <atari-file> <isolatin-file>"
  exit 1
fi
cat "$1" | ${CHARSETBINDIR}crlf-to-nl | ${CHARSETBINDIR}cv-fr-atari > "$2"
${CHARSETBINDIR}touchr "$1" "$2"