diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-09 23:00:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-09 23:00:22 +0100 |
| commit | 0cf78dc64079ae17571db985b9087073ce88073c (patch) | |
| tree | d6f4042ff21d2397f60d6b6ba630490330a911a1 /hacks/next_to_port | |
| parent | 8d20417855c563afa08bda167ccf8ab8609208fa (diff) | |
A couple of handy scripts.
Diffstat (limited to 'hacks/next_to_port')
| -rwxr-xr-x | hacks/next_to_port | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hacks/next_to_port b/hacks/next_to_port new file mode 100755 index 000000000..1b51e0ee1 --- /dev/null +++ b/hacks/next_to_port @@ -0,0 +1,3 @@ +#!/bin/bash + +head -n 1 TO_PORT | xargs git show |
