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.87 bin/project-template.sh
docman-0.0.86 bin/project-template.sh
docman-0.0.85 bin/project-template.sh
docman-0.0.84 bin/project-template.sh
docman-0.0.83 bin/project-template.sh
docman-0.0.82 bin/project-template.sh
docman-0.0.81 bin/project-template.sh
docman-0.0.80 bin/project-template.sh
docman-0.0.79 bin/project-template.sh
docman-0.0.78 bin/project-template.sh
docman-0.0.77 bin/project-template.sh
docman-0.0.76 bin/project-template.sh
docman-0.0.75 bin/project-template.sh
docman-0.0.74 bin/project-template.sh
docman-0.0.73 bin/project-template.sh
docman-0.0.72 bin/project-template.sh
docman-0.0.71 bin/project-template.sh
docman-0.0.70 bin/project-template.sh
docman-0.0.69 bin/project-template.sh
docman-0.0.68 bin/project-template.sh