mirror of https://github.com/rusefi/wideband.git
4 lines
71 B
Bash
4 lines
71 B
Bash
|
#!/bin/bash
|
||
|
git reset --hard
|
||
|
git submodule update --init
|
||
|
git clean -fxd
|