1111111111
#!/bin/bash
while [ $(date +%s) != 1111111111 ]
do
echo "Not Yet!"
done
echo "Unix Time"
date +%s
echo "on date
"
echo "so we captured the history!"
exit 0
#!/bin/bash
while [ $(date +%s) != 1111111111 ]
do
echo "Not Yet!"
done
echo "Unix Time"
date +%s
echo "on date
"
echo "so we captured the history!"
exit 0