Browse Source

Improved canto/.gitignore system

main
lhess2021 4 years ago
parent
commit
45e915220e
  1. 3
      shell-scripts.d/xpath.sh

3
shell-scripts.d/xpath.sh

@ -5,6 +5,9 @@
# File for previous query # File for previous query
touch .prev-xpath.tmp touch .prev-xpath.tmp
if [[ ! -e ".gitignore" ]]; then
echo 'xpath.sh' > .gitignore
fi
# Colored output # Colored output
GREEN='\033[0;32m' GREEN='\033[0;32m'

Loading…
Cancel
Save