forked from mirror/codesnap.nvim
7 lines
130 B
Bash
Executable file
7 lines
130 B
Bash
Executable file
source ./scripts/check_os.sh
|
|
|
|
function apply_generator {
|
|
cp -rf lua/"${os}generator.so" lua/generator.so
|
|
}
|
|
|
|
apply_generator $os
|