about summary refs log tree commit diff stats
path: root/pkgs/by-name/ne/neorg/functions/list.sh
blob: 106594575e533f293febcf5728ea3d25b9767b11 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env dash

list0list_all_contexts_newline() {
    print "%ALL_PROJECTS_NEWLINE"
}
list0list_all_contexts_comma() {
    print "%ALL_PROJECTS_COMMA"
}