4 lines
48 B
Bash
Executable file
4 lines
48 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
exec date -d @$1
|