Files
dotfiles/.local/bin/tools/nvim/cclear
T

7 lines
65 B
Bash
Executable File

#!/bin/sh
if [ -d .ccls-cache ]
then
rm -r '.ccls-cache'
fi