tangled
alpha
login
or
join now
robinwobin.dev
/
artio.nvim
3
fork
atom
🐻 minimal ui2 fuzzy finder for Neovim
codeberg.org/comfysage/artio.nvim
3
fork
atom
overview
issues
pulls
pipelines
feat: warn about missing `index.html` file
robinwobin.dev
1 month ago
b2bea425
de6f9771
+1
1 changed file
expand all
collapse all
unified
split
ebil.sh
+1
ebil.sh
···
67
67
68
68
msg 'user:' "$name"
69
69
[[ -f "${path}/index.txt" ]] && msg 'custom curl message configured' "(${path}/index.txt)"
70
70
+
[[ -f "${path}/index.html" ]] || warn 'index.html not found' "(${path}/index.html)"
70
71
71
72
msg 'pushing to' "$site" 'from' "$path"
72
73
rsync -rltzq --progress --delete --chmod=D755,F644 "${path}/" "${host}:/var/ebil.club/${name}/${site}"