mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-18 07:04:59 -05:00
9 lines
150 B
Plaintext
Executable File
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
|