From a7ad62ea6c83748e9d5b86d9dfaa566cb9529c86 Mon Sep 17 00:00:00 2001 From: Ryunosuke Sato Date: Thu, 21 May 2020 02:01:58 +0900 Subject: [PATCH] $ chmod +x tools/api/commands/* (#668) Added executive permission to `tools/api/commands/*` due to run these scripts easily. --- tools/api/commands/disable_remote_desktop | 0 tools/api/commands/enable_remote_desktop | 0 tools/api/commands/install_appstore_application | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/api/commands/disable_remote_desktop mode change 100644 => 100755 tools/api/commands/enable_remote_desktop mode change 100644 => 100755 tools/api/commands/install_appstore_application diff --git a/tools/api/commands/disable_remote_desktop b/tools/api/commands/disable_remote_desktop old mode 100644 new mode 100755 diff --git a/tools/api/commands/enable_remote_desktop b/tools/api/commands/enable_remote_desktop old mode 100644 new mode 100755 diff --git a/tools/api/commands/install_appstore_application b/tools/api/commands/install_appstore_application old mode 100644 new mode 100755