1#!/bin/sh 2 3# Update to the latest packcc 4# 5# Copyright (C) 2019 Universal Ctags Team 6# License: GPL 2 or later 7 8cd $(git rev-parse --show-toplevel) 9git subtree pull --prefix misc/packcc https://github.com/arithy/packcc.git master --squash 10