UNPKG

433 Bapplication/x-shView Raw
1#!/usr/bin/env sh
2
3# XXX: this code only *works* in bash.
4
5# Only show if they're using bash.
6# if [[ "$SHELL" == *bash* ]]; then
7#
8# # Where the bash completion lives.
9# file="$(pwd)/completions/mrt.bash"
10#
11# # Show sourcing instructions.
12# echo "Install meteorite's bash completions by adding the following to your \
13# .bashrc or .bash_profile:"
14# echo "if [ -f $file ]; then"
15# echo " . $file"
16# echo "fi\n"
17# fi