add standard timestamps

This commit is contained in:
gutmet 2020-10-21 15:09:49 +02:00
parent 29960db184
commit 6030fd4d3d
2 changed files with 6 additions and 0 deletions

3
stamp Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
date +"%F %T"

3
ustamp Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
date -u +"%F %T"