piston/packages/lua/5.4.2/environment
Shivansh-007 7f07024129
pkg(lua-5.4.2): Add PATH to indicate we are chaining them.
PATH is a list of paths the shell should look for the binary.
2021-03-18 09:07:59 +05:30

4 lines
112 B
Bash

#!/usr/bin/env bash
# Put 'export' statements here for environment variables
export PATH="lua-5.4.2/src:$PATH"