13 lines
418 B
Bash
13 lines
418 B
Bash
|
:<<'info'
|
||
|
shellnotes - .logsyntax.sh (syntax)
|
||
|
(C) Dimitris Marakomihelakis
|
||
|
Released under the "All rights reserved" category. See the RIGHTS.txt file
|
||
|
in /docs/github/ for its full text.
|
||
|
info
|
||
|
|
||
|
#syntax:
|
||
|
|
||
|
#g++ file.cpp -o compiledfile -> make a compiled version of the logger
|
||
|
#~/.shellnotes/util/failed/enfailed -> run the compiled file
|
||
|
#rm -f enfailed -> delete the compiled file
|
||
|
#cd $dir -> dir="$(pwd)" in main scripts
|