5 lines
136 B
Bash
5 lines
136 B
Bash
#!/usr/bin/env sh
|
|
|
|
set -e
|
|
|
|
echo 'This command streches up to command10, this is for padding lol, I just want to see how performance is'
|