6 lines
46 B
Bash
Executable file
6 lines
46 B
Bash
Executable file
#!/bin/sh
|
|
|
|
exec 3>&1
|
|
exec 1>&2
|
|
|
|
echo "[]" >&3
|