File: sudo.pl

package info (click to toggle)
libgit-repository-perl 1.326-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 344 kB
  • sloc: perl: 672; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (7)
1
2
3
4
5
#!/usr/bin/env perl

# a tiny fake git wrapper
print "@ARGV" =~ /git.*version/ ? "git version 9.8.7\n" : "@ARGV\n";