この文書の現在のバージョンと選択したバージョンの差分を表示します。
両方とも前のリビジョン 前のリビジョン | |||
ja:root:wantto18 [2018/09/29 08:42] kota |
ja:root:wantto18 [2018/09/29 08:42] (現在) kota |
||
---|---|---|---|
ライン 36: | ライン 36: | ||
<code bash> | <code bash> | ||
#!/bin/bash | #!/bin/bash | ||
- | root -b -l << EOF | + | root << EOF |
.x test.C(10,"aho"); | .x test.C(10,"aho"); | ||
.q; | .q; | ||
ライン 48: | ライン 48: | ||
N=10 | N=10 | ||
str=\"aho\" | str=\"aho\" | ||
- | root -b -l << EOF | + | root << EOF |
.x test.C(${N},${str}); | .x test.C(${N},${str}); | ||
.q; | .q; |