1213b086a1
Change-Id: I9636a41ad44b4218293833fd3e9456d9b07c731b
5 lines
53 B
Bash
Executable file
5 lines
53 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "${@:2} | tee $1"
|
|
|
|
${@:2} | tee $1
|