mirror of
https://github.com/tcsenpai/powertux.git
synced 2025-06-10 04:57:10 +00:00
8 lines
102 B
Bash
Executable File
8 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
THIS=$(pwd)
|
|
echo "export PATH=\$PATH:$THIS" >> "$HOME/.profile"
|
|
echo $PATH
|
|
echo "Done!"
|
|
|