From 17b77485fa4ea8ecbf472e2d1daa15007ff93705 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Fri, 13 Jul 2007 16:05:16 +0000 Subject: * removed srtp directory * install libsrtp under /usr/local/lib * cleaned up Makefile --- srtp/undos.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 srtp/undos.sh (limited to 'srtp/undos.sh') diff --git a/srtp/undos.sh b/srtp/undos.sh deleted file mode 100755 index db12064..0000000 --- a/srtp/undos.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# -# usage: undos -# -# 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 - -- cgit v1.2.3