My dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

date.sh 145 B

1234567
  1. #!/bin/sh
  2. month=`date "+%a"`
  3. day=`date "+%d.%m.%Y"`
  4. time=`date "+%H:%M"`
  5. printf "^c#222222^^b#a77bf2^ $month ^b#9863f2^ $day ^b#884cef^ $time "