File: slowlast

package info (click to toggle)
libanyevent-websocket-client-perl 0.55-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 420 kB
  • sloc: perl: 1,022; sh: 5; makefile: 2
file content (4 lines) | stat: -rwxr-xr-x 78 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/usr/bin/perl
$|=1;
my @lines = `last -30`;
print($_) && sleep 2 for @lines;