feat: simple install script until archmgr completed
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
SCRIPT_DIR=$(dirname "$0")
|
||||
|
||||
cp "$SCRIPT_DIR/../linters/clang-format" ./.clang-format
|
||||
Reference in New Issue
Block a user