mirror of
https://github.com/cheat/cheat.git
synced 2025-12-12 18:22:06 +01: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