Welcome to mirror list, hosted at ThFree Co, Russian Federation.

datetime.inc.callee.sh - github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6f988fc95b4921a109be3045925d57b37819a6f (plain)
1
2
3
#!/bin/bash
echo `date '+%Y-%m-%d %H:%M:%S'`
exit 0