Welcome to mirror list, hosted at ThFree Co, Russian Federation.

update « testdata « gitaly-hooks « cmd - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e982c4d17e02abc8b9ee04548873f966100cb058 (plain)
1
2
3
4
#!/usr/bin/env ruby
require 'json'

open('tempfile', 'w') { |f| f.puts(JSON.dump(ARGV)) }