1#!/bin/bash 2 3set -e 4 5# 6# Clone Universal ctags Github repository and compile from source. 7# 8cd ctags 9./autogen.sh 10./configure && make && make install 11/usr/local/bin/ctags --version 12