this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 150 B view raw
1#!/bin/bash 2 3echo "[I dont't know]Daily commit on $(date)" >>daily.txt 4 5git add daily.txt 6git commit -m "[...]Daily commit $(date)" || exit 7git push