Added backup of crontab (crontab -l > file) for Arch. Intending to flesh it out over time

This commit is contained in:
Brad Ganley
2020-10-08 13:12:28 -05:00
parent 61100c2321
commit dbd0a31e3e
3 changed files with 8 additions and 1 deletions

View File

@@ -205,7 +205,7 @@ jsonlint(){
then
echo "Enter some JSON please"
else
chromium "https:jsonlint.com/?json={$1}"
chromium "https:jsonlint.com/?json={$(cat $1)}"
fi
}