Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
I
ilmt-api-kan-shallowparser
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Metrics
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
reva-codes
ilmt-api-kan-shallowparser
5568b96012952aab3f540a1f02ca1725b9ce1958
5568b96012952aab3f540a1f02ca1725b9ce1958
Switch branch/tag
ilmt-api-kan-shallowparser
setup-env.sh
Find file
Normal view
History
Permalink
setup-env.sh
93 Bytes
Edit
Web IDE
Newer
Older
kan shallow parser first commit
priyank
committed
Apr 09, 2022
1
2
3
4
5
#!/bin/bash
for
module
in
./modules/
*
;
do
export
PERL5LIB
=
$PERL5LIB
:
${
module
}
/lib/
;
done