1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-11 15:03:19 +00:00
Files
sharkdp--bat/assets/create.sh
T
2018-05-30 20:40:02 +02:00

6 lines
137 B
Bash

#!/bin/bash
ASSET_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
bat cache --init --source="$ASSET_DIR" --target="$ASSET_DIR"