diff options
Diffstat (limited to '')
-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.""" |