7 lines
153 B
Bash
Executable File
7 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
|
|
root="$(pwd)"
|
|
ln -s "$root/hooks" "$root/.git/hooks"
|
|
|
|
git submodule update --init fsfw thirdparty/rapidcsv thirdparty/lwgps thirdparty/json
|