mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 13:29:48 +00:00
5 lines
57 B
Bash
5 lines
57 B
Bash
#!/usr/bin/env bash
|
|
|
|
name=$1::~$1
|
|
git commit -am "$name"
|