modeco80
ddd3483620
currently the main program is just some stackful coro example stuff that i used just to test i'll add beast too in a sec but just. hang on
10 lines
242 B
Bash
Executable file
10 lines
242 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# note that this doesn't add the library to ./list
|
|
# you will need to do that yourself
|
|
# (it could be added but bleh)
|
|
|
|
lib=$1
|
|
git submodule add https://github.com/boostorg/$lib.git $lib
|
|
# remember to bump the version afterwards
|
|
|