davidovski/build.sh

11 lines
163 B
Bash
Raw Normal View History

2023-07-21 09:12:52 +00:00
#!/bin/sh
script="$0"
path="$(dirname $(realpath "$script"))"
dist="$path/dist"
site="$path/site"
2023-07-21 09:12:52 +00:00
[ ! -d "$dist" ] && mkdir "$dist"
shblg -i "$site" -o "$dist"