#!/bin/bash # this script links the script given as an argument to the /usr/bin directory, and makes it executable # it also checks if the script is already in the bin directory # check if the script is given as an argument if [ -z "$1" ]; then echo "Usage: $0