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