This commit is contained in:
mwiegand 2022-08-11 11:43:58 +02:00
parent 36f2bf6440
commit ddce4942da

View file

@ -1,6 +1,6 @@
dir = Path[ENV.fetch("PROCIO_DIR", "/proc")]
result = {} of String => Array(UInt64)
time = Time.local.to_s("%s%9N")
time = Time.utc.to_s("%s%9N")
Dir.children(dir).each do |entry|
next unless (entry =~ /^\d+$/) && File.directory?(dir/entry)