3 lines
33 B
Bash
3 lines
33 B
Bash
|
#!/bin/sh
|
||
|
git log -5 --pretty=%H
|