diff options
author | Sukma Wardana <sukma.wardana@mail.com> | 2019-08-24 08:02:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-24 08:23:03 +0700 |
commit | 494916b5cda326c783dac99b8c0057cdc7682561 (patch) | |
tree | 7c677abee3dd46ce1a047af2c52de3d5ceb4d42e /development/android-studio/android-studio.sh | |
parent | a32bac31d4413282ea4ae39635141650d3bb942f (diff) |
development/android-studio: Updated for version 3.5.0_191.5791312>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/android-studio/android-studio.sh')
-rw-r--r-- | development/android-studio/android-studio.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/android-studio/android-studio.sh b/development/android-studio/android-studio.sh new file mode 100644 index 0000000000000..7a8d1fcee49eb --- /dev/null +++ b/development/android-studio/android-studio.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cd ${HOME} +/opt/android-studio/bin/studio.sh $@ |