5 lines
59 B
Bash
5 lines
59 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
ln -svrf clang-format ~/.clang-format
|
||
|
|