File: sudo.pl

package info (click to toggle)
libgit-repository-perl 1.325-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 376 kB
  • sloc: perl: 661; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (6)
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";