initial commit

This commit is contained in:
Yusuf İpek
2023-10-02 20:18:43 +03:00
parent 7fbb6ea0f8
commit d388cda592
5 changed files with 120 additions and 0 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# Save the current timestamp to your checkin file
date +%s > ./checkin_file.txt
echo "Checked in"