#!/bin/bash # Save the current timestamp to your checkin file date +%s > ./checkin_file.txt echo "Checked in"