]> git.proxmox.com Git - rustc.git/blame - src/etc/make-snapshot.py
Imported Upstream version 1.0.0-alpha.2
[rustc.git] / src / etc / make-snapshot.py
CommitLineData
223e47cc 1#!/usr/bin/env python
1a4d82fc
JJ
2#
3# Copyright 2011-2014 The Rust Project Developers. See the COPYRIGHT
4# file at the top-level directory of this distribution and at
5# http://rust-lang.org/COPYRIGHT.
6#
7# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
8# http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
9# <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
10# option. This file may not be copied, modified, or distributed
11# except according to those terms.
223e47cc
LB
12
13import snapshot, sys
14
1a4d82fc 15print(snapshot.make_snapshot(sys.argv[1], sys.argv[2]))