This commit is contained in:
Luk
2024-02-23 13:27:18 +08:00
parent 9022b2899d
commit 5753b72fa3
4 changed files with 10 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
echo === Merge remote [seafile-ignore_global] and local [seafile-ignore_local] to [seafile-ignore.txt] ===
curl -sSL https://git.faronear.org/npm/sysconfig/raw/branch/main/nixhome/seafile-ignore_global > seafile-ignore.txt
if [ -f seafile-ignore_local ]; then cat seafile-ignore_local >> seafile-ignore.txt; fi
echo