This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Tankernn
/
dotfiles
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Use more easily readable date format
Frans Bergman
4 years ago
parent
941157ed66
commit
ae0464f28f
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
.scripts/status/99-date.sh
+ 1
- 1
.scripts/status/99-date.sh
View File
@@ -1,2 +1,2 @@
#!/bin/sh
-date +"%
F %T
"
+date +"%
A %d %B | %H:%M
"