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