Initial script to add tools to the path

This commit is contained in:
Leandro 2020-05-30 13:36:10 -03:00
parent 82e0f101e0
commit 28959e5ac5
1 changed files with 6 additions and 0 deletions

6
env.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
# Usage: Source this file as:
# $> source ./env.sh
export PATH=$(pwd):$PATH