3 lines
59 B
Bash
3 lines
59 B
Bash
#!/bin/sh
|
|
rec=$(sendat $1 $2)
|
|
echo $rec >> /tmp/result.at |
#!/bin/sh
|
|
rec=$(sendat $1 $2)
|
|
echo $rec >> /tmp/result.at |