add logging
This commit is contained in:
parent
83b283239f
commit
e1993e43a0
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
create_ls_entry () {
|
||||
echo "creating entry $2$1"
|
||||
echo "#+title: =~/$1=" > index.org
|
||||
echo "* Directories" >> index.org
|
||||
if [ "$1" != "" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue