diff options
| author | danix <danix@danix.xyz> | 2019-01-08 18:59:28 +0100 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2019-01-08 18:59:28 +0100 |
| commit | 72fbc84c1adcecf7484253bee242fe521b2b9e09 (patch) | |
| tree | a5b9b3a7243721475d0accd82fe597d2352f69fb /gitbase/pip_install | |
| parent | ca537cd8bdae9e819bb8e24d7bd7f998e8fa909a (diff) | |
| download | git_shell-72fbc84c1adcecf7484253bee242fe521b2b9e09.tar.gz git_shell-72fbc84c1adcecf7484253bee242fe521b2b9e09.zip | |
testing push to many repos
Diffstat (limited to 'gitbase/pip_install')
| -rw-r--r-- | gitbase/pip_install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitbase/pip_install b/gitbase/pip_install index 07a6374..a30059d 100644 --- a/gitbase/pip_install +++ b/gitbase/pip_install @@ -1,4 +1,4 @@ -#!/bin/sh +#! /bin/sh while read oldrev newrev refname; do if [[ $refname =~ .*/master$ ]]; then # definitely updating master; |
