mirror of
https://github.com/sharkdp/bat
synced 2024-11-16 21:25:56 +00:00
6 lines
137 B
Bash
6 lines
137 B
Bash
#!/bin/bash
|
|
|
|
ASSET_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
bat cache --init --source="$ASSET_DIR" --target="$ASSET_DIR"
|