#!/bin/bash if [ $BASH_TREE_LANG = "ES" ] then ./tree-ES.sh else ./tree-EN.sh fi