3 lines
40 B
Bash
3 lines
40 B
Bash
#! /bin/bash
|
|
tr -d "\r" <$1 >/dev/tts/1
|
#! /bin/bash
|
|
tr -d "\r" <$1 >/dev/tts/1
|