xref: /Universal-ctags/misc/pull-packcc.sh (revision ae30dd463599b5d90a28bb048f6e3c4eb9568947)
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