4 lines
38 B
Plaintext
4 lines
38 B
Plaintext
|
#!/bin/sh
|
||
|
shift 1 # task name
|
||
|
echo $@
|