blob: 3d23dd80a3ed6d37be8503b34ddc08158597509e [file] [log] [blame]
mtklein7a1f45f2016-08-04 06:19:33 -07001#!/usr/bin/env python
2#
3# Copyright 2016 Google Inc.
4#
5# Use of this source code is governed by a BSD-style license that can be
6# found in the LICENSE file.
7
8# Implement stamp for windows.
9
10import sys
11open(sys.argv[1], 'w').close()