This commit is contained in:
2026-02-27 13:53:15 +04:00
commit 780fb406fa
3 changed files with 9 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.gitcommit.txt
release

0
README.md Normal file
View File

7
test.pl Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/perl
use strict;
use warnings;
use Sys::Hostname;
my $hostname = hostname;
print "$hostname\n";