mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
14 lines
341 B
Tcsh
Executable File
14 lines
341 B
Tcsh
Executable File
#! /bin/csh -f
|
|
|
|
#
|
|
# Create links to install tinderbox stuff.
|
|
#
|
|
|
|
ln -s mozilla/tools/tinderbox/tinderbox
|
|
ln -s mozilla/tools/tinderbox/build-seamonkey.pl
|
|
ln -s mozilla/tools/tinderbox/build-seamonkey-util.pl
|
|
ln -s mozilla/tools/tinderbox/gettime.pl
|
|
ln -s mozilla/tools/tinderbox/bloatdiff.pl
|
|
ln -s mozilla/tools/tinderbox/tinder-defaults.pl
|
|
|