テキストエディタで下記のようなシェルスクリプトを作成し、ターミナルから実行。Chromeが起動します。
run.sh
#!/bin/sh
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --allow-file-access-from-files
シェルスクリプトに実行属性を付けるのを忘れずに。
chmod +x run.sh
Go to list of users who liked
More than 5 years have passed since last update.
テキストエディタで下記のようなシェルスクリプトを作成し、ターミナルから実行。Chromeが起動します。
#!/bin/sh
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --allow-file-access-from-files
シェルスクリプトに実行属性を付けるのを忘れずに。
chmod +x run.sh
Register as a new user and use Qiita more conveniently
Go to list of users who liked