diff --git a/shell-scripts.d/xpath.sh b/shell-scripts.d/xpath.sh index 979f54b..bf20f4b 100755 --- a/shell-scripts.d/xpath.sh +++ b/shell-scripts.d/xpath.sh @@ -5,6 +5,9 @@ # File for previous query touch .prev-xpath.tmp +if [[ ! -e ".gitignore" ]]; then + echo 'xpath.sh' > .gitignore +fi # Colored output GREEN='\033[0;32m'