Add license headers to bwexport and tmux config

This commit is contained in:
2026-05-09 12:22:41 -04:00
parent aaa42182e3
commit 884ccd32a7
2 changed files with 6 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2026 Kris Lamoureux <kris@lamoureux.io>
# SPDX-License-Identifier: 0BSD
set -o pipefail
msg() {
printf '[%s]: %s\n' "$1" "$2"