mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
exec git submodule update
|