aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-12 21:26:18 +0800
committertypebrook <typebrook@gmail.com>2020-02-12 21:26:18 +0800
commitce3df8f4739519a42c904a4ae4ff89e3028c8d24 (patch)
treee386304894cbb49e91b825cc1b6f248edb98d989
parent4cd74231cd9723fdb84ddb7cbbdba74d934ad937 (diff)
update
-rwxr-xr-xscripts/gist2
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
52set -o pipefail 52set -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'
55trap 'rm -f "$http_data" "$tmp_file"' EXIT 55trap 'rm -f "$http_data" "$tmp_file"' EXIT
56 56