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.67 bin/project-template.sh
docman-0.0.66 bin/project-template.sh
docman-0.0.65 bin/project-template.sh
docman-0.0.64 bin/project-template.sh
docman-0.0.63 bin/project-template.sh
docman-0.0.62 bin/project-template.sh
docman-0.0.61 bin/project-template.sh
docman-0.0.60 bin/project-template.sh
docman-0.0.59 bin/project-template.sh
docman-0.0.58 bin/project-template.sh
docman-0.0.57 bin/project-template.sh
docman-0.0.56 bin/project-template.sh
docman-0.0.55 bin/project-template.sh
docman-0.0.54 bin/project-template.sh
docman-0.0.53 bin/project-template.sh
docman-0.0.52 bin/project-template.sh
docman-0.0.51 bin/project-template.sh
docman-0.0.50 bin/project-template.sh
docman-0.0.49 bin/project-template.sh
docman-0.0.48 bin/project-template.sh