mirror of
https://github.com/sharkdp/bat
synced 2024-11-04 18:00:24 +00:00
2df3305b94
closes #206
6 lines
145 B
Bash
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"
|