7 lines
124 B
Bash
7 lines
124 B
Bash
|
#!/bin/sh
|
||
|
zip -r JetBrains-ACP.zip \
|
||
|
"IntelliJ IDEA Global Settings" \
|
||
|
installed.txt \
|
||
|
codestyles \
|
||
|
options
|