Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am vaseltior on github.
  • I am vaseltior (https://keybase.io/vaseltior) on keybase.
  • I have a public key ASAAiBV0BMnqZ_gkFTAthV79Ubjya05h9wYv0fh_IRGMjgo

To claim this, I am signing this object:

@Vaseltior
Vaseltior / git-update
Created March 14, 2015 09:43
Updating GIT submodules
#!/bin/sh
git submodule update --init --recursive
git submodule update --recursive