3 lines
68 B
Text
3 lines
68 B
Text
|
#!/bin/sh
|
||
|
exec tuigreet -t --time-format '%Y-%m-%d | %H:%M:%S' "$@"
|