Compare commits
No commits in common. "fix_-e_in_gitignore" and "master" have entirely different histories.
fix_-e_in_
...
master
@ -20,9 +20,9 @@ main() {
|
||||
if [ ! -f .gitignore ]; then
|
||||
touch .gitignore
|
||||
fi
|
||||
grep -qFx -- "$TASKS_DIR/" .gitignore || echo "$TASKS_DIR/" >> .gitignore
|
||||
grep -qFx -- "$TASKS_DIR/" .gitignore || echo -e "$TASKS_DIR/" >> .gitignore
|
||||
|
||||
echo "Done"
|
||||
}
|
||||
|
||||
main
|
||||
main
|
Loading…
x
Reference in New Issue
Block a user