sleep-until: swap to bash

This commit is contained in:
PowerUser64 2022-11-18 00:39:09 -08:00
parent 8f8b47a533
commit 6caa81f2bf

View file

@ -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