Skip to content

Commit

Permalink
Update fnc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinskell committed May 22, 2022
1 parent 610928e commit 808891d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions fnc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
# Filename Chnager (fnc) by Kelvin Onuchukwu
# Initial: Nov 2021; Last update: Mar 2022
# To contribute to this project, visit the Contributing.md file for basic guidelines.
set -x

# Uncomment the line below to debug
#set -x

# Redirect erros to null
#exec 2>/dev/null
exec 2>/dev/null

# Remove files before exiting program
trap func exit
Expand Down

0 comments on commit 808891d

Please sign in to comment.