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 14:27:28 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a7509afdf2
infinito
/
administration
/
submodule-init.sh
4 lines
99 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 code and removed shellcheck errors
2019-01-05 12:38:58 +01:00
cd
"
$(
dirname
"
$(
readlink -f
"
${
0
}
"
)
"
)
/../
"
&&
Optimized init
2018-09-08 14:23:03 +02:00
git submodule update --init --recursive
Reference in New Issue
Copy Permalink