1
0
mirror of https://github.com/sharkdp/bat.git synced 2024-10-06 02:41:06 +01:00
bat/assets/create.sh
2018-08-20 21:34:08 +02:00

6 lines
145 B
Bash

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