Files
dead-man-message/checkin.sh
T
2023-10-02 20:18:43 +03:00

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"