Silence pushd and popd output
[drupal-init-tools.git] / README.txt
1 Helper commands to create and install new Drupal projects.
2 See the 'drin.rst' file for more info.
3
4 To test the commands locally, execute `make local` and run `./drin`.
5
6 Dependencies:
7   - bash
8   - composer
9   - git
10   - sudo
11
12 The shell script template was inspired by
13 http://agateau.com/2014/template-for-shell-based-command-line-scripts/
14
15 Copyright (C) 2017  Antonio Ospite <ao2@ao2.it>