4 lines
34 B
Bash
4 lines
34 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
exec tincd -D
|
#!/bin/sh
|
|
exec 2>&1
|
|
exec tincd -D
|