bash: removed useless function

i copied wbp from the old repo and i don't want it
This commit is contained in:
Vitor Gonçalves 2023-12-05 01:10:29 -03:00
parent b3cf484581
commit d63c6bc8e4
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 0 additions and 12 deletions

View File

@ -1,17 +1,5 @@
# vim: ft=sh
wbp() {
blogdir="$HOME/docs/src/web/blog"
read -rp "What is your title? " title
path="$blogdir/content/$(date '+%Y-%m-%d')-${title,,}.md"
path=${path// /-}
"$EDITOR" "$path"
printf "Your blogpost is saved at %s\n" "$path"
}
xb() {
# function for handling xbps in a nicer way
case $1 in