3 lines
79 B
Bash
3 lines
79 B
Bash
#!/bin/sh
|
|
|
|
zip -r editorconfig-vim-$*.zip autoload/* doc/* ftdetect/* plugin/*
|