2024-06-18 10:07:51 -04:00

6 lines
101 B
Plaintext

if [ "$(whoami)" != "abc" ]; then
sudo lsiown -R $(id -u):$(id -u) \
/opt/obsidian
fi
obsidian