Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
RT
  • Loading branch information
gzz2000 committed Aug 12, 2019
1 parent 7b4ad6e commit 26a02bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Thanos.sh
Expand Up @@ -5,7 +5,7 @@ if [[ uname=="Darwin" ]]; then
else
find . -not -name "Thanos.sh" -type f -print0 | shuf -z -n $i | xargs -0 -- cat;
fi
# Explaination
# Explanation
## Step 1: Get the count of files in current path divided by two.
## Step 2: Get all the files in current path and print in one line.
## Step 3: Turn half of the second step output into standard input randomly.
Expand Down

0 comments on commit 26a02bb

Please sign in to comment.