diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gist/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist/gist b/scripts/gist/gist index dbc76b3..d3aa518 100755 --- a/scripts/gist/gist +++ b/scripts/gist/gist | |||
@@ -7,4 +7,4 @@ jq '.[] | "\( .html_url ) \(.files | keys | length) \( .description )"' |\ | |||
7 | tr -d '"' | tac | nl |\ | 7 | tr -d '"' | tac | nl |\ |
8 | while read line_num link file_num description; do | 8 | while read line_num link file_num description; do |
9 | echo $line_num $link $file_num $(echo $description | cut -c -70) | 9 | echo $line_num $link $file_num $(echo $description | cut -c -70) |
10 | done | 10 | done | tee ~/.gist |