Files
http/Bootstrap.sh
2021-07-04 10:16:04 -03:00

14 lines
131 B
Bash

#!/usr/bin/env sh
# Linux
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
then
# Mac
elif [ "$(uname)" = "Darwin" ]
then
fi