added quotation marks
This commit is contained in:
parent
4a86f2edba
commit
7f77e2f98a
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cat="$(which bat 2>/dev/null || which cat)"
|
cat="$(which bat 2>/dev/null || which cat)"
|
||||||
curl -s "cheat.sh/$1" | eval $cat
|
curl -s "cheat.sh/$1" | eval "$cat"
|
||||||
|
|
Loading…
Reference in a new issue