From 3f8eaf2dc0ff747488c6d1d61e0cb472df9576dc Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 16 Sep 2020 09:53:06 -0400 Subject: [PATCH] PDAL alias in start-dev-env Former-commit-id: 705ccee43a15cd34d4404c3fc7f09229b7c5ca77 --- start-dev-env.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/start-dev-env.sh b/start-dev-env.sh index 51687af7..fd747c4c 100755 --- a/start-dev-env.sh +++ b/start-dev-env.sh @@ -48,6 +48,9 @@ if [ "$1" = "--setup" ]; then # Python paths echo $(python /code/opendm/context.py) >> $HOME/.bashrc + # Misc aliases + echo "alias pdal=/code/SuperBuild/install/bin/pdal" >> $HOME/.bashrc + su -c bash $2 exit 0 fi