2022/day 5 init
This commit is contained in:
8
env.sh
8
env.sh
@@ -5,3 +5,11 @@ export LD_LIBRARY_PATH=../lib
|
||||
# usage:
|
||||
# TIME command < inputfile
|
||||
alias TIME='\time -f "\ttime: %E real, %U user, %S sys\n\tcontext-switch:\t%c+%w, page-faults: %F+%R\n"'
|
||||
|
||||
# Get (move) ~/Downloads/Day* file to README.html in current directory, then
|
||||
# run "make org"
|
||||
org() {
|
||||
mv ~/Downloads/Day* README.html
|
||||
make org
|
||||
rm README.html
|
||||
}
|
||||
|
Reference in New Issue
Block a user