Dileep Ranganathan | 376c827 | 2018-02-20 04:36:30 -0800 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES =================' | ||||
4 | |||||
5 | CURRENTDIR="$(pwd)" | ||||
6 | echo $CURRENTDIR | ||||
7 | |||||
Ikram Ikramullah (ikram@research.att.com) | 920a905 | 2018-03-12 14:01:52 -0400 | [diff] [blame] | 8 | chmod 755 ./*.* |
Dileep Ranganathan | 376c827 | 2018-02-20 04:36:30 -0800 | [diff] [blame] | 9 | |
Ikram Ikramullah (ikram@research.att.com) | 920a905 | 2018-03-12 14:01:52 -0400 | [diff] [blame] | 10 | ./build-dockers.sh |