powertux/bin/pathis
2024-03-20 13:10:44 +01:00

8 lines
104 B
Bash
Executable File

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