mirror of
https://github.com/tcsenpai/powertux.git
synced 2025-06-06 03:05:24 +00:00
8 lines
104 B
Bash
Executable File
8 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
|
|
THIS=$(pwd)
|
|
echo "PATH=\$PATH:$THIS" >> /etc/profile.d/pathis.sh"
|
|
echo $PATH
|
|
echo "Done!"
|
|
|