Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
unix
FI printers over Samba on Linux
Commits
b18b1b4b
Commit
b18b1b4b
authored
Jan 21, 2021
by
Martin Klimes (k11m1)
Browse files
install.pl: remove prototypes
parent
95632342
Changes
1
Show whitespace changes
Inline
Side-by-side
install.pl
View file @
b18b1b4b
...
...
@@ -183,7 +183,7 @@ sub copy_filter {
return
;
}
sub
print_printers
()
{
sub
print_printers
{
say
"
Available printers:
";
printf
"
%-14s | %-12s| %s
\n
",
"
Printer name
",
"
Model
",
"
Location
";
say
"
-
"
x
70
;
...
...
@@ -194,7 +194,7 @@ sub print_printers() {
return
;
}
sub
usage
()
{
sub
usage
{
say
"
Script for installing faculty printers on Linux via Samba print server.
";
say
"
Requires local CUPS server running and Samba client installed.
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment