6 lines
71 B
Bash
Executable file
6 lines
71 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git pull
|
|
lein cljx
|
|
lein cljsbuild once prod
|
|
lein run prod
|