diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-29 20:39:30 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-29 20:40:41 -0700 |
commit | fe7bf5bf629064886724027d499c5b04fb69afe2 (patch) | |
tree | 137f53ce27dc87d53b0452783354109b12b9da5f /source/blog/2015-05-22-using-a-command-table-as-wallpaper.md | |
parent | 81d3143b0d6ef146a19087bd248b20d0b9e4a55b (diff) | |
download | my_new_personal_website-fe7bf5bf629064886724027d499c5b04fb69afe2.tar.xz my_new_personal_website-fe7bf5bf629064886724027d499c5b04fb69afe2.zip |
20150529 Apple's customer service is still the best (plus an Authy horror story)
Diffstat (limited to 'source/blog/2015-05-22-using-a-command-table-as-wallpaper.md')
-rw-r--r-- | source/blog/2015-05-22-using-a-command-table-as-wallpaper.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blog/2015-05-22-using-a-command-table-as-wallpaper.md b/source/blog/2015-05-22-using-a-command-table-as-wallpaper.md index 85be7658..5eacb0e1 100644 --- a/source/blog/2015-05-22-using-a-command-table-as-wallpaper.md +++ b/source/blog/2015-05-22-using-a-command-table-as-wallpaper.md @@ -12,7 +12,7 @@ To remind myself of which scripts are at my fingertip, I decided to use a comman [^shitty]: Yeah, I know it's a shitty script, so don't nitpick on style problems. ```python -#!/usr/bin/env python +#!/usr/bin/env python3 """Generate command table.""" |