Skip to content
Snippets Groups Projects
Commit 731193a9 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

change position of pwd

parent 49733fb9
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
cd 2019
rootDir=$(pwd)
echo $rootDir
# change to the blade to be built
cd 2019
BLADE="template"
cd $BLADE
rootDir=$(pwd)
echo $rootDir
# install npm
npm install -g npm@latest yo grunt-cli generator-reveal
npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment