This website requires JavaScript.
Explore
Help
Sign In
kevinveenbirkenbach
/
infinito
Watch
1
Star
0
Fork
0
You've already forked infinito
mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced
2025-01-10 06:27:24 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
62cad9bca0
infinito
/
administration
/
submodule-init.sh
6 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
Added shellcheck.sh and optimized scripts
2019-01-05 11:58:41 +01:00
#!/bin/bash
Optimized init
2018-09-08 14:23:03 +02:00
(
cd
$(
dirname
$(
readlink -f
${
0
}
)
)
/../
;
git submodule update --init --recursive
)
Reference in New Issue
Copy Permalink