diff options
author | Tharre <tharre3@gmail.com> | 2019-01-23 20:28:49 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2019-01-23 20:28:49 +0100 |
commit | 6aa2949c9a075d77d9268050c78950af18d91e83 (patch) | |
tree | a99fa99d0dc666e10acc16f73f27d93e002fcc73 /bin | |
parent | 19a8d1b40cf200b3f59e700fd34c58803b0320b8 (diff) | |
download | dotfiles-6aa2949c9a075d77d9268050c78950af18d91e83.tar.gz dotfiles-6aa2949c9a075d77d9268050c78950af18d91e83.tar.xz dotfiles-6aa2949c9a075d77d9268050c78950af18d91e83.zip |
zsh: fix utf8font_test
Diffstat (limited to 'bin')
-rw-r--r-- | bin/.gitignore | 2 | ||||
-rwxr-xr-x | bin/ut8font_test | 3 | ||||
-rwxr-xr-x | bin/utf8font_test | 3 |
3 files changed, 4 insertions, 4 deletions
diff --git a/bin/.gitignore b/bin/.gitignore index 34e412a..fef03db 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -9,4 +9,4 @@ !suspend_after !tmux-url-select !update_dotfiles -!ut8font_test +!utf8font_test diff --git a/bin/ut8font_test b/bin/ut8font_test deleted file mode 100755 index 30c6b45..0000000 --- a/bin/ut8font_test +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -curl http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt diff --git a/bin/utf8font_test b/bin/utf8font_test new file mode 100755 index 0000000..9404e65 --- /dev/null +++ b/bin/utf8font_test @@ -0,0 +1,3 @@ +#!/bin/sh + +curl https://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt |