- add comment in sqlite conver script
This commit is contained in:
parent
b993e97bb4
commit
d86e1b8f0b
@ -1,7 +1,11 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
|
# use script
|
||||||
|
# sqlite3 users.db < `tools/convert_to_sqlite.pl /etc/uhub/users.conf`
|
||||||
|
|
||||||
my $input = $ARGV[0];
|
my $input = $ARGV[0];
|
||||||
|
|
||||||
|
|
||||||
open (FILE, "$input") || die "# Unable to open input file $input: $!";
|
open (FILE, "$input") || die "# Unable to open input file $input: $!";
|
||||||
my @lines = <FILE>;
|
my @lines = <FILE>;
|
||||||
close (FILE);
|
close (FILE);
|
||||||
|
Loading…
Reference in New Issue
Block a user