blob: f28c69a3edcf9594c1981e992b90421dd255811b [file] [log] [blame]
Eric Park39ebc192020-01-17 07:16:04 +08001#!/bin/bash
2
3# Get current date
4date=$(date '+%Y-%m-%d %H:%M:%S %z')
5
6git add .
7git commit -m "$date"