Read standard XDG directories via systemd
This commit is contained in:
parent
6ed89375e3
commit
3ab55ee128
4 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#! /usr/bin/sh
|
||||
|
||||
projdir="${HOME}/Projects"
|
||||
projdir="$(systemd-path user)"/Projects
|
||||
mkdir -p "${projdir}"
|
||||
rm -rf "${projdir}/lilypond"
|
||||
cd "${projdir}" || exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue