Skip to content

Commit

Permalink
doc: Use long URL to avoid http parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
gliga committed Nov 28, 2023
1 parent c73e3af commit 94506d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ later sections for a lot more):
#!/bin/bash
# Import the library.
source /dev/stdin <<< "$(curl https://tinyurl.com/bdefps8h 2>/dev/null)"
source /dev/stdin <<< "$(curl https://raw.githubusercontent.com/EngineeringSoftware/gobash/master/hsabog 2>/dev/null)"
# Create a communication channel.
ch=$(Chan)
Expand Down

0 comments on commit 94506d9

Please sign in to comment.