Skip to content

sizur/diff-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

The Diff Challenge

Start with a program x. Modify it to obtain a new version y.
The goal is to have the program y output its difference with x.

In other words:

$ ./y > diff
$ patch y < diff
$ cmp x y
$

This repo contains a Bash script x.sh which is the program x.
The repo will automatically merge any pull-request that contains a modified version of x.sh (i.e. y) that satisfies the condition above. A successfully merged y will become the new x.

Current x.sh

About

Is this even possible?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%