mirror of
https://github.com/linuxserver/proot-apps.git
synced 2026-02-11 01:03:11 +08:00
5 lines
62 B
Bash
Executable File
5 lines
62 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Start IntelliJ IDEA
|
|
/opt/idea/bin/idea.sh "$@"
|