mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
corrected shell for execution
This commit is contained in:
parent
79196f8213
commit
759d34965c
1 changed files with 1 additions and 1 deletions
2
tools/check_for_upgrade.sh
Normal file → Executable file
2
tools/check_for_upgrade.sh
Normal file → Executable file
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
function _current_epoch() {
|
function _current_epoch() {
|
||||||
echo $(($(date +%s) / 60 / 60 / 24))
|
echo $(($(date +%s) / 60 / 60 / 24))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue