This website requires JavaScript.
Explore
Help
Sign In
sansguidon
/
bookmarks
Watch
1
Star
0
Fork
0
You've already forked bookmarks
Code
Issues
16
Pull Requests
1
Packages
Projects
1
Releases
Activity
94b34516ee
bookmarks
/
cheat
/
shell.md
MorganGeek
ef520f28a0
add shell cheatsheet
2020-07-13 18:31:35 +02:00
103 B
Raw
Blame
History
Debugging a shell function
function
mybuggyfunction
{
set
-x my code
set
+x
}