14 lines
966 B
Bash
Executable file
14 lines
966 B
Bash
Executable file
# **************************************************************************** #
|
|
# #
|
|
# ::: :::::::: #
|
|
# defuse.sh :+: :+: :+: #
|
|
# +:+ +:+ +:+ #
|
|
# By: gtertysh <marvin@42.fr> +#+ +:+ +#+ #
|
|
# +#+#+#+#+#+ +#+ #
|
|
# Created: 2016/11/03 21:41:01 by gtertysh #+# #+# #
|
|
# Updated: 2016/11/04 02:01:19 by gtertysh ### ########.fr #
|
|
# #
|
|
# **************************************************************************** #
|
|
|
|
LAST_ACCESS_TIME=$(stat -f %a bomb.txt)
|
|
echo "$LAST_ACCESS_TIME - 1" | bc
|