/tmp is more likely to exist. And is shorter.
This commit is contained in:
@@ -8,7 +8,7 @@ The main reason ⚡-runner was born, was because I'm a huge fan of [go scripts](
|
||||
# Usage
|
||||
Download the runner, chuck it into your repo, and source it from a shell script! Or if you're feeling brave, use the line below... I know I will!
|
||||
```
|
||||
source <(cat .generated/⚡ || curl https://apps.ofvlad.xyz/⚡ | tee .generated/⚡)
|
||||
source <(cat /tmp/⚡ 2> /dev/null || curl https://apps.ofvlad.xyz/⚡ | tee /tmp/⚡)
|
||||
```
|
||||
|
||||
# Examples
|
||||
|
||||
Reference in New Issue
Block a user