Adding project files to project template
This commit is contained in:
13
tests/test.sh
Executable file
13
tests/test.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo $1 "start"
|
||||
sleep 1
|
||||
echo $1 "1/4"
|
||||
sleep 1
|
||||
echo $1 "2/4"
|
||||
sleep 1
|
||||
echo $1 "3/4"
|
||||
sleep 1
|
||||
echo $1 "4/4"
|
||||
sleep 1
|
||||
echo $1 "fin"
|
||||
Reference in New Issue
Block a user