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
547b285b11
legendary-doc-site
/
script
/
server
11 lines
92 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
feat: Add email framework
2020-07-10 19:39:38 +00:00
iex -S mix phx.server
Reference in a new issue
Copy permalink