#!/bin/bash if [ ! -d ~/bin ]; then mkdir ~/bin fi ln -s `pwd`/bin/* ~/bin/. sudo apt-get install mplayer