#! /bin/bash
#
#   runEditor-gedit3_ubuntu
#
#       gedit3の起動（ubuntu）
#       裏で起動させない設定
#
#   15/07/25    新規作成
#


gedit --standalone $*

