Compare commits

..

No commits in common. 'cab59f2f2cd127c4933a1268fe03bad9db5de8fd' and 'eb5328514a74293c3e6677e284c051023c428b5a' have entirely different histories.

@ -1,6 +0,0 @@
#!/bin/sh
if [ -z "$1" ]; then
echo $(date "+# LOG%4Y%m%d%H%M%S: %A, %B %e, %Y, %l:%M:%S%p %Z")
else
echo $(date "+# LOG%4Y%m%d%H%M%S: %A, %B %e, %Y, %l:%M:%S%p %Z" -d "$*")
fi
Loading…
Cancel
Save