3 lines
40 B
Bash
3 lines
40 B
Bash
#!/bin/sh
|
|
|
|
echo $((echo foo); echo bar)
|
#!/bin/sh
|
|
|
|
echo $((echo foo); echo bar)
|