#!/bin/bash -e prefix=/usr/local/bin for tool in apt apt-get apt-fast;do real_tool=`which $tool` cat >$prefix/$tool <