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