5 lines
136 B
Bash
Executable file
5 lines
136 B
Bash
Executable file
#!/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'
|