aboutsummaryrefslogtreecommitdiff
path: root/lib/subcommands/diff.bash
blob: 1cb8c71f38d272a48b056ed4b9c8f523d4287425 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

# SPDX-FileCopyrightText: 2022 Patrick Spek <p.spek@tyil.nl>
#
# SPDX-License-Identifier: AGPL-3.0-or-later

subcommand()
{
	chgdir "$BASHTARD_ETCDIR"
	git -C "$BASHTARD_ETCDIR" diff
}