install.fairie/dotfiles/.vim/plugged/php.vim/attic/update.sh
Git E2E Dev Test Username 20b4a91fbb git subrepo clone (merge) https://github.com/stanangeloff/php.vim.git ./dotfiles/.vim/plugged/php.vim
subrepo:
  subdir:   "dotfiles/.vim/plugged/php.vim"
  merged:   "930aec5c"
upstream:
  origin:   "https://github.com/stanangeloff/php.vim.git"
  branch:   "master"
  commit:   "930aec5c"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
2022-10-18 10:36:27 -04:00

13 lines
238 B
Bash

#!/bin/sh
cat - > php.vim
test -e update.out && rm update.out
for version in 5.6 7.0 7.1 7.2 7.3; do
php$version 10-collect.php 1>>update.out
done
cat update.out | \
php7.2 20-generate.php | \
php7.2 30-update.php php.vim