aboutsummaryrefslogtreecommitdiffstats
path: root/setup-dev-environment.bash
blob: eea55431e8993bc651331719998a628f2c00ae3c (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# Set the Perl environment variables as needed
eval $(perl -Iperllib -Mlocal::lib=local-lib5)

# put a note in the promp so that we know environment is setup
PS1="(fms) $PS1"