by shigemk2

当面は技術的なことしか書かない

$@

すべての引数。

test1.sh

#!/bin/sh

echo $@
$ ./test1.sh hoge hoge hoge
hoge hoge hoge