ls -l the data file before prompting to send it.

This commit is contained in:
Daniel Nichter
2013-06-12 09:00:59 -07:00
parent 5707108008
commit 974fe3dd59

View File

@@ -7258,6 +7258,7 @@ sub send_data {
my $key;
PROMPT:
while ( !$key ) {
print `ls -l $data_file`;
print "Send $data_file [Ynaq]: ";
$key = lc(<STDIN>);
last DATA_FILE if $key eq 'q';