mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-28 07:51:24 +00:00
5 lines
114 B
Bash
Executable file
5 lines
114 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd "$(dirname "$0")"
|
|
git checkout master && git pull
|
|
sass --update web/scss:web/css --style compressed
|