mirror of
https://github.com/tcsenpai/powertux.git
synced 2025-06-06 03:05:24 +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