mirror of
https://github.com/yusufipk/dead-man-message.git
synced 2026-09-11 11:06:08 +00:00
5 lines
110 B
Bash
Executable File
5 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
# Save the current timestamp to your checkin file
|
|
date +%s > ./checkin_file.txt
|
|
echo "Checked in"
|