powertux/bin/pathis

8 lines
102 B
Bash
Executable File

#!/bin/bash
THIS=$(pwd)
echo "export PATH=\$PATH:$THIS" >> "$HOME/.profile"
echo $PATH
echo "Done!"