mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-13 04:37:43 +02:00
added games mount, new wallpaper and mergepdf using poppler
This commit is contained in:
@@ -216,3 +216,12 @@ azkubeswitch() {
|
||||
az aks get-credentials --resource-group $1 --name $2
|
||||
fi
|
||||
}
|
||||
|
||||
# merges all pdfs in current directory into a new pdf
|
||||
mergepdf() {
|
||||
if [ -z "$1" ]; then
|
||||
echo "please provide an output name for your pdf file: mergepdf out.pdf"
|
||||
else
|
||||
pdfunite ./*.pdf "$1"
|
||||
fi
|
||||
}
|
||||
|
Reference in New Issue
Block a user