mirror of
https://github.com/tcsenpai/powertux.git
synced 2025-06-07 11:45:23 +00:00
adds the current folder to $PATH (through .profile)
This commit is contained in:
parent
6dcf7a949b
commit
f65b9cf82f
7
bin/pathis
Executable file
7
bin/pathis
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
THIS=$(pwd)
|
||||||
|
echo "export PATH=\$PATH:$THIS" >> "$HOME/.profile"
|
||||||
|
echo $PATH
|
||||||
|
echo "Done!"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user