Skip to content

Commit

Permalink
Merge pull request #2 from AutoModality/hidden-files
Browse files Browse the repository at this point in the history
Hidden files
  • Loading branch information
Aaron Roller authored Apr 28, 2020
2 parents 9eb5d82 + 9875bb5 commit d004b47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@

set -e # fail on error

# include hidden files
# https://askubuntu.com/questions/740805/how-can-i-remove-all-files-from-current-directory-using-terminal
shopt -s dotglob
rm -rf *

0 comments on commit d004b47

Please sign in to comment.