- add comment in sqlite conver script
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user