<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rednes</author_name>
  <author_url>https://blog.hatena.ne.jp/rednes/</author_url>
  <blog_title>どねすの備忘録</blog_title>
  <blog_url>https://rednes.hatenadiary.org/</blog_url>
  <categories>
    <anon>sh</anon>
  </categories>
  <description>Macで*.appのアプリケーションをターミナルから開きたい。 しかし、 $ open -a /Applications/Safari.app hoge.htmlとかいちいち打ち込むのもめんどくさい。 なんでシェルスクリプトを書いて、 $ safari hoge.htmlで、開けるようにした。 #! /bin/sh App=&quot;/Applications/Safari.app&quot; open -a &quot;${App}&quot; &quot;$@&quot; しかし、*.appのアプリケーションはいっぱいあるので、 いちいちこのスクリプトを手で書いていくのはめんどくさい。 なので、上記のコードを生成するスクリプトを書いた。 アプリケ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frednes.hatenadiary.org%2Fentry%2F20081028%2F1225176386&quot; title=&quot;*.appをopenするコマンドの作成 - どねすの備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-10-28 15:46:26</published>
  <title>*.appをopenするコマンドの作成</title>
  <type>rich</type>
  <url>https://rednes.hatenadiary.org/entry/20081028/1225176386</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
