7 lines
148 B
Bash
Executable File
7 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
git submodule update --remote nostr_core_lib
|
|
git add nostr_core_lib
|
|
git commit -m "Update nostr_core_lib submodule to latest version"
|