11 lines
179 B
Bash
11 lines
179 B
Bash
|
|
#! /bin/sh
|
||
|
|
#
|
||
|
|
# clone_and_link.sh
|
||
|
|
# Copyright (C) 2016 fabian <fabian@fabi-laptop-arch>
|
||
|
|
#
|
||
|
|
# Distributed under terms of the MIT license.
|
||
|
|
#
|
||
|
|
|
||
|
|
|
||
|
|
git submodule update --init --recursive
|