<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hymd3a</author_name>
  <author_url>https://blog.hatena.ne.jp/hymd3a/</author_url>
  <blog_title>ひゃまだのblog</blog_title>
  <blog_url>https://hymd3a.hatenablog.com/</blog_url>
  <categories>
    <anon>Bash</anon>
    <anon>Linux</anon>
  </categories>
  <description>(2021-08-11 初稿 - 2021-08-12 追記) Bashスクリプトの関数や引数、ローカル変数、戻り値（返り値）、終了ステータス等のメモ。 Bashスクリプトの関数の定義 smp01() { # または function smp01(){ echo &quot;Hello&quot; } smp01 # =&gt; Hello 引数 引数は、関数側で $1 から順番に複数受け取ることができる。 smp02() { echo &quot;Hello&quot; $1. echo $2 } smp02 Hoge ”Nice to meet you.&quot; # =&gt; Hello Hoge. Nice to meet you. ローカル…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhymd3a.hatenablog.com%2Fentry%2F2021%2F08%2F11%2F083130&quot; title=&quot;Bashスクリプトの関数、引数、ローカル変数、戻り値について - ひゃまだのblog&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>2021-08-11 08:31:30</published>
  <title>Bashスクリプトの関数、引数、ローカル変数、戻り値について</title>
  <type>rich</type>
  <url>https://hymd3a.hatenablog.com/entry/2021/08/11/083130</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
