bundle 怎?利用shift 和 exit

bundle 怎?利用shift 和 exit

怎?在bundle中利用shift和exit指令?跳去echo钷?行
复制内容到剪贴板
代码:
#!/bin/SH
#bundle:group files into distribution package

echo `#/bin/sh`                                                                  #不要
echo `#To unbundle,sh this file. e.g. %sh file`           #不要
for i do
      echo "echo $i 1>&2"
      echo "cat > $i  << 'END of $i$$'"
      cat $i
     echo "End of $i$$"
done
      
不知道 bundle 是个什么东东?