#!/bin/bash THIS=$(pwd) echo "PATH=\$PATH:$THIS" >> /etc/profile.d/pathis.sh" echo $PATH echo "Done!"