Skip to content

Instantly share code, notes, and snippets.

@muojp
Created August 30, 2016 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muojp/203546119738f23de008778a7f51ea58 to your computer and use it in GitHub Desktop.
Save muojp/203546119738f23de008778a7f51ea58 to your computer and use it in GitHub Desktop.
coreutilsも居ます
bash-4.3# ./log_sample.sh
I'm blue...
DEBUG[Play me some Jazz, will ya? (YEAH)] [log_sample.sh:37]
Something bad happened.
This will be printed to STDERR, no matter what.
step1〜step2: 0 ms
step2〜step3: 0 ms
step3〜step4: 0 ms
...
bash-4.3# apk add --update coreutils
bash-4.3# ./log_sample.sh
I'm blue...
DEBUG[Play me some Jazz, will ya? (YEAH)] [log_sample.sh:37]
Something bad happened.
This will be printed to STDERR, no matter what.
step1〜step2: 3 ms
step2〜step3: 13 ms
step3〜step4: 4 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment