mailiverse/build/seds
Timothy Prepscius 110cc20c64 changes for seds
2013-10-04 21:10:20 -04:00

9 lines
150 B
Plaintext
Executable File

platform='unknown'
unamestr=`uname`
if [[ "$unamestr" == 'Linux' ]]; then
sed="sed -i"
elif [[ "$unamestr" == 'Darwin' ]]; then
sed="sed -i ''"
fi