Skip to content
Snippets Groups Projects
Commit c7bd8a22 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Merge branch 'develop' into put-client

parents 7b93c43d b8ad7a0b
Branches
No related tags found
1 merge request!1Lento
test.sh 0 → 100755
#!/bin/bash
for i in {1..10}
do
echo -e "$i\n">>10.txt
done
for i in {1..100}
do
echo -e "$i\n">>10.txt
done
for i in {1..1000};
do
echo -e "$i\n">>1000.txt
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment