mirror of
https://github.com/sharkdp/bat
synced 2024-11-15 08:37:12 +00:00
2df3305b94
closes #206
5 lines
145 B
Bash
5 lines
145 B
Bash
#!/bin/bash
|
|
|
|
ASSET_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
bat cache --init --blank --source="$ASSET_DIR" --target="$ASSET_DIR"
|