mirror of
https://github.com/benbusby/farside.git
synced 2025-03-15 11:46:32 -04:00
7 lines
118 B
Bash
7 lines
118 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
SCRIPT_DIR="$(builtin cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)"
|
||
|
|
||
|
cd "$SCRIPT_DIR"
|
||
|
mix run update.exs
|