sleep-until: swap to bash
This commit is contained in:
parent
8f8b47a533
commit
6caa81f2bf
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
# Usage: sleep_until <time>
|
||||
#!/bin/bash
|
||||
# Usage: sleep-until <time>
|
||||
# Ex: sleep-until 3:00 pm
|
||||
|
||||
if [ -n "$1" ] && date --date="$*" > /dev/null 2>&1; then
|
||||
|
|
Loading…
Add table
Reference in a new issue