Created
July 3, 2017 22:46
-
-
Save jan-matejka/65e8db041517817388580931b7c142ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yac@remy % cat foo.zsh | |
| #! /usr/bin/env zsh | |
| setopt no_unset | |
| setopt err_exit | |
| $foo | |
| -------------------------------------------------------------------------------- | |
| ~ | |
| yac@remy % cat foo.t | |
| $ ${TESTDIR}/foo.zsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment