I have a bash script that executes the command
scl enable devtoolset-8 'echo -e "%__ld $(which ld)\n%__nm $(which nm)\n%__objcopy $(which objcopy)\n%__objdump $(which objdump)\n%__strip $(which strip)"'
After completing the assembly, I need to "turn off" gcc-8.
How can I do this by means of bash?