Skip to content

Commit

Permalink
removing errant .bash_history files
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Dec 16, 2023
1 parent f0b5fcb commit f7bd6e4
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 6,156 deletions.
8 changes: 8 additions & 0 deletions .bash_history
Original file line number Diff line number Diff line change
Expand Up @@ -2659,3 +2659,11 @@ git push logicmoo
git commit -am "examples/README.md"
git push
git push logicmoo
cd ..
find -name .bash_history
find -name .bash_history -mindepth 1
find -name .bash_history -mindepth 2
find -name .bash_history -mindepth 3
find -name .bash_history -mindepth 3 -delete
find . -mindepth 3 -name ".bash_history" -delete
git commit -am "removing errant .bash_hitory" files
2 changes: 2 additions & 0 deletions examples/.bash_history
Original file line number Diff line number Diff line change
Expand Up @@ -2661,3 +2661,5 @@ git push
git push logicmoo
git push logicmoo
cd examples/
git push logicmoo
cd ..

This file was deleted.

564 changes: 0 additions & 564 deletions examples/extended_compat/nars/.bash_history

This file was deleted.

Loading

0 comments on commit f7bd6e4

Please sign in to comment.