$PWD instead of $(pwd)

This commit is contained in:
Luke Smith 2019-06-01 13:29:23 -04:00
parent 07405fdd2d
commit 8f948e48d9
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
1 changed files with 1 additions and 1 deletions

2
lb
View File

@ -1,6 +1,6 @@
#!/bin/bash
name="Luke Smith"
webdir="$(pwd)"
webdir="$PWD"
website="https://lukesmith.xyz/" # Keep a trailing slash.
css="../style.css"
blogfile="2019.html"