mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2025-01-14 12:57:29 -08:00
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
|