This website requires JavaScript.
Explore
Help
Sign in
mythic-insight
/
legendary-doc-site
Watch
1
Star
0
Fork
You've already forked legendary-doc-site
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
39dc9951c8
legendary-doc-site
/
script
/
console
11 lines
81 B
Text
Raw
Normal View
History
Unescape
Escape
fix: Use bash as shell for developer scripts
2021-06-15 21:26:51 +00:00
#!/bin/bash
feat: Commit initially
2020-07-02 21:08:53 +00:00
set -x
set -e
fix: Do not use realpath in update / bootstrap scripts
2021-06-10 17:45:09 +00:00
DIR_PATH=$(dirname $0)
feat: Commit initially
2020-07-02 21:08:53 +00:00
$DIR_PATH/update
fix: Do not use realpath in update / bootstrap scripts
2021-06-10 17:45:09 +00:00
iex -S mix
Reference in a new issue
Copy permalink