5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
echo $@ &>/tmp/dump_args.last.log
|
||
|
exec $@
|