1 Star 0 Fork 1

waxl / libsrtp

forked from ubonass / libsrtp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
undos.sh 167 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cullen Jennings 提交于 2005-09-21 22:51 . Initial revision
#!/bin/sh
#
# usage: undos <file>
#
# strips CRs from a file - useful when moving DOS-created files
# onto UN*X machines
cat $1 | tr -d "\r" > $1.tmp
mv $1.tmp $1
1
https://gitee.com/doibest/libsrtp.git
git@gitee.com:doibest/libsrtp.git
doibest
libsrtp
libsrtp
master

搜索帮助