diff options
author | typebrook <typebrook@gmail.com> | 2020-02-12 21:26:18 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-12 21:26:18 +0800 |
commit | ce3df8f4739519a42c904a4ae4ff89e3028c8d24 (patch) | |
tree | e386304894cbb49e91b825cc1b6f248edb98d989 | |
parent | 4cd74231cd9723fdb84ddb7cbbdba74d934ad937 (diff) |
update
-rwxr-xr-x | scripts/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index c248d3e..0096d2e 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -50,7 +50,7 @@ auto_sync=true # automatically clone the gist repo | |||
50 | 50 | ||
51 | # Shell configuration | 51 | # Shell configuration |
52 | set -o pipefail | 52 | set -o pipefail |
53 | [[ $TRACE ]] && set -x | 53 | [[ $TRACE == 'true' ]] && set -x |
54 | [[ $(uname) == 'Darwin' ]] && alias tac='tail -r' | 54 | [[ $(uname) == 'Darwin' ]] && alias tac='tail -r' |
55 | trap 'rm -f "$http_data" "$tmp_file"' EXIT | 55 | trap 'rm -f "$http_data" "$tmp_file"' EXIT |
56 | 56 | ||