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

6 lines
137 B
Bash
Raw Normal View History

#!/bin/bash
2018-04-30 14:41:30 +01:00
ASSET_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2018-04-30 14:41:30 +01:00
bat cache --init --source="$ASSET_DIR" --target="$ASSET_DIR"