mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
ba1638aa02
r=timeless
13 lines
137 B
Perl
Executable File
13 lines
137 B
Perl
Executable File
#!/usr/bin/perl --
|
|
# -*- Mode: perl; indent-tabs-mode: nil -*-
|
|
|
|
require 'utils.pl';
|
|
|
|
Lock();
|
|
|
|
print "Got lock.\n";
|
|
|
|
sleep 10;
|
|
|
|
Unlock();
|