forked from mirror/codesnap.nvim
9 lines
151 B
Bash
Executable file
9 lines
151 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source ./scripts/check_os.sh
|
|
|
|
function apply_generator {
|
|
cp -rf lua/"${os}generator.so" lua/generator.so
|
|
}
|
|
|
|
apply_generator $os
|