mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
13 lines
149 B
Perl
Executable File
13 lines
149 B
Perl
Executable File
#!/usr/bonsaitools/bin/perl --
|
|
# -*- Mode: perl; indent-tabs-mode: nil -*-
|
|
|
|
require 'utils.pl';
|
|
|
|
Lock();
|
|
|
|
print "Got lock.\n";
|
|
|
|
sleep 10;
|
|
|
|
Unlock();
|