8 lines
157 B
Bash
Executable File
8 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DESTDIR='/home/runassudo/Documents/Work/School Cloud Data/unenc/public/www/opentally'
|
|
|
|
cd homepage
|
|
bundle exec jekyll build -d "$DESTDIR"
|
|
cd ..
|