Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions daily.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
cd brahmGAN || exit
echo "Daily activity on $(date '+%Y-%m-%d')" >> log.txt
git add log.txt
git commit -m "Daily activity on $(date '+%Y-%m-%d')"
git push origin main
daily1
daily2

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

day2