view .chezmoiscripts/run_once_after_10_bat_cache.sh.tmpl @ 767:e3937948d672

ci: set API token (#11)
author Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
date Wed, 15 Mar 2023 18:33:26 +0100
parents 36ba70d17fd6
children
line wrap: on
line source

{{ if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) -}}
#!/usr/bin/env bash

bat cache --build
{{ end -}}