remove blank lines

This commit is contained in:
htrgouvea 2022-06-30 07:20:57 -03:00
parent 2b1a0e3ca3
commit 76a497ac58
5 changed files with 9 additions and 9 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
*.DS_Store
*~
*~

View File

@ -84,4 +84,4 @@ package Nipe::Engine::Start {
}
}
1;
1;

View File

@ -27,4 +27,4 @@ package Nipe::Engine::Stop {
}
}
1;
1;

View File

@ -32,4 +32,4 @@ package Nipe::Utils::Device {
}
}
1;
1;

10
nipe.pl
View File

@ -19,12 +19,12 @@ sub main {
die "Nipe must be run as root.\n" if $> != 0;
my $commands = {
stop => "Nipe::Engine::Stop",
start => "Nipe::Engine::Start",
status => "Nipe::Utils::Status",
stop => "Nipe::Engine::Stop",
start => "Nipe::Engine::Start",
status => "Nipe::Utils::Status",
restart => "Nipe::Engine::Restart",
install => "Nipe::Utils::Install",
help => "Nipe::Utils::Helper"
help => "Nipe::Utils::Helper"
};
try {
@ -46,4 +46,4 @@ sub main {
}
main();
exit;
exit;