UNPKG

77 Bapplication/x-shView Raw
1#!/usr/bin/env bash
2
3value=$(cat ~/.expo/PATH)
4PATH="$PATH:$value" expo "$@"