bat/assets/create.sh

6 lines
137 B
Bash
Raw Normal View History

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