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