remake  4.3+dbg-1.5
help/source.h
Go to the documentation of this file.
1 #define source_HELP_TEXT \
2  "Read debugger commands from the glob expansion of FILE-GLOB.\n" \
3  "\n" \
4  "Examples:\n" \
5  "--------\n" \
6  "\n" \
7  " source /home/rocky/remake-dbgr.cmds # absolute path\n" \
8  " source ./remake-dbgr.cmds # relative path\n" \
9  " source remake-dbgr.cmds # relative path - same as above\n" \
10  " source ~/remake-dbgr.cmds # \"~\" is glob expanded\n" \
11  " source ~/[r]emake-dbgr.cmds # Same as above\n" \
12  " source ~/remake-dbgr.* # Includes the above, but is an error if not unique\n"