mirror of
https://github.com/cheat/cheat.git
synced 2025-09-05 19:42:55 +02:00
add debugging examples for bash
add new command route
This commit is contained in:
@ -12,3 +12,9 @@ in
|
||||
2) echo "two found";;
|
||||
3*) echo "something beginning with 3 found";;
|
||||
esac
|
||||
|
||||
# Turn on debugging:
|
||||
set -x
|
||||
|
||||
# Turn off debugging:
|
||||
set +x
|
||||
|
Reference in New Issue
Block a user