X Tutup
Skip to content

Commit a134d2a

Browse files
author
Shidfar Hodizoda
committed
minor update
1 parent ce5dfe7 commit a134d2a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package-update.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
#
3+
echo "Updating submodules"
4+
sleep 0.3
5+
git submodule update --init --recursive
6+
7+
sleep 0.3
8+
echo "Initialising test after cloning..."
9+
sleep 0.3
10+
./init-tests-after-clone.sh

0 commit comments

Comments
 (0)
X Tutup