1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-08 21:06:27 +02:00

add working directory to path

This commit is contained in:
Lunarmagpie 2023-03-09 03:34:04 -05:00
parent 7733918489
commit ad3e27fa97

View file

@ -1,3 +1,4 @@
#!/usr/bin/env bash
export PATH=$PWD:$PATH
export PATH=$PWD/gleam:$PATH
export PATH=$PWD/bin:$PATH