for f in *.org;do emacsclient -e "(progn (find-file \"$$f\") (org-babel-tangle))";done
all:tangle
tangle: *.org
for f in ./dotfiles/*.org;do emacsclient -e "(progn (find-file \"$$f\") (org-babel-tangle))";done
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.