Files
livekit/bootstrap.sh
2020-12-26 14:03:33 -08:00

13 lines
198 B
Bash
Executable File

#!/bin/sh
cd /tmp
git clone https://github.com/magefile/mage
cd mage
go run bootstrap.go
rm -rf /tmp/mage
if ! command -v mage &> /dev/null
then
echo "Ensure ${GOPATH}/bin is in your \$PATH"
fi