Skip to content
Snippets Groups Projects

Fixes for cloning operations and add clone script

Merged Konstantinos Samaras-Tsakiris requested to merge fix-scripts into master
All threads resolved!
Files
8
#!/bin/bash
#!/bin/sh
set -exu
# Change working directory to the drupal code
Loading