diff --git a/bin/pathis b/bin/pathis new file mode 100755 index 0000000..1adec30 --- /dev/null +++ b/bin/pathis @@ -0,0 +1,7 @@ +#!/bin/bash + +THIS=$(pwd) +echo "export PATH=\$PATH:$THIS" >> "$HOME/.profile" +echo $PATH +echo "Done!" +