Add birthday support to iOS
This commit is contained in:
4
neofetch
4
neofetch
@@ -1779,8 +1779,8 @@ getusers () {
|
|||||||
|
|
||||||
getbirthday () {
|
getbirthday () {
|
||||||
case "$os" in
|
case "$os" in
|
||||||
"Linux")
|
"linux" | "iPhone OS")
|
||||||
birthday="$(ls -alct --full-time / | awk '/lost\+found/ {printf $6 " " $7}')"
|
birthday="$(ls -alct --full-time / | awk '/lost\+found|private/ {printf $6 " " $7}')"
|
||||||
date_cmd="$(date -d"$birthday" "$birthday_format")"
|
date_cmd="$(date -d"$birthday" "$birthday_format")"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user