mirror of
https://github.com/secretsquirrel/BDFProxy.git
synced 2024-11-30 07:50:25 +00:00
5 lines
64 B
Bash
Executable File
5 lines
64 B
Bash
Executable File
#!/bin/bash
|
|
git submodule init
|
|
git submodule update
|
|
./update.sh
|