Sha256: 44948d3fde2897b44d2c57a795740213ce30fc8ec5430e05d5e8bb38fdc600c1

Contents?: true

Size: 143 Bytes

Versions: 64

Compression:

Stored size: 143 Bytes

Contents

#!/bin/bash

template_repo=$1

git clone -b master --single-branch --depth 1 ${template_repo} tmp; rm -fR tmp/.git; cp -nR tmp/. .; rm -fR tmp

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
docman-0.0.107 bin/project-template.sh
docman-0.0.106 bin/project-template.sh
docman-0.0.105 bin/project-template.sh
docman-0.0.104 bin/project-template.sh
docman-0.0.103 bin/project-template.sh
docman-0.0.102 bin/project-template.sh
docman-0.0.101 bin/project-template.sh
docman-0.0.100 bin/project-template.sh
docman-0.0.99 bin/project-template.sh
docman-0.0.98 bin/project-template.sh
docman-0.0.97 bin/project-template.sh
docman-0.0.96 bin/project-template.sh
docman-0.0.95 bin/project-template.sh
docman-0.0.94 bin/project-template.sh
docman-0.0.93 bin/project-template.sh
docman-0.0.92 bin/project-template.sh
docman-0.0.91 bin/project-template.sh
docman-0.0.90 bin/project-template.sh
docman-0.0.89 bin/project-template.sh
docman-0.0.88 bin/project-template.sh