mirror of
https://github.com/Arvanaghi/CheckPlease
synced 2026-06-08 10:25:16 +00:00
5 lines
96 B
Ruby
5 lines
96 B
Ruby
require 'socket'
|
|
|
|
if Socket.gethostname.downcase == ARGV.join(" ").downcase
|
|
puts "Proceed!"
|
|
end |