mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
7 lines
234 B
Bash
7 lines
234 B
Bash
#!/bin/sh
|
|
# ------------------------------------------------------
|
|
# __product_full__ formatting script.
|
|
# ------------------------------------------------------
|
|
|
|
IDE_BIN_HOME="${0%/*}"
|
|
exec "$IDE_BIN_HOME/__script_name__" format "$@" |