4minitz/4minitz

View on GitHub
get_meteor.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

if [ ! -f ~/.meteor/meteor ]; then
    curl https://install.meteor.com | /bin/sh
fi