Skip to content

Commit

Permalink
empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
raspi committed Jan 9, 2020
1 parent e5f8454 commit 7748afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _assets/screenshot.sh
Expand Up @@ -32,7 +32,7 @@ pushd ../bin

while IFS= read -r -u9 cmd; do
tmpfile=../_assets/$(mktemp -u scrshot.XXXXX)
echo "% " > $tmpfile.txt
echo " " > $tmpfile.txt
echo "% $cmd" >> $tmpfile.txt
# Run command
eval "$cmd" >> $tmpfile.txt
Expand Down

0 comments on commit 7748afd

Please sign in to comment.