mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-12-22 21:38:47 -05:00
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
|
platform='unknown'
|
||
|
unamestr=`uname`
|
||
|
if [[ "$unamestr" == 'Linux' ]]; then
|
||
|
sed -i $*
|
||
|
elif [[ "$unamestr" == 'Darwin' ]]; then
|
||
|
sed -i '' $*
|
||
|
fi
|