diff options
author | EuAndreh <eu@euandre.org> | 2024-08-17 05:43:22 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-17 05:45:58 -0300 |
commit | 41ff39d838d8ad44c9da24f8b4cfc2e71a5ed739 (patch) | |
tree | bbf14b88e980fc6e17cd653e7878f9d5a794eb14 | |
parent | Remove extensions for config files (diff) | |
download | syskeep-41ff39d838d8ad44c9da24f8b4cfc2e71a5ed739.tar.gz syskeep-41ff39d838d8ad44c9da24f8b4cfc2e71a5ed739.tar.xz |
git mv src/profile.sh src/.profile
-rw-r--r-- | deps.mk | 2 | ||||
-rwxr-xr-x | mkdeps.sh | 4 | ||||
-rw-r--r-- | src/.profile (renamed from src/profile.sh) | 0 |
3 files changed, 3 insertions, 3 deletions
@@ -5,11 +5,11 @@ sources.sh = \ src/reconfigure \ sources.txt = \ + src/.profile \ src/backupit.txt \ src/gitconfig \ src/init.scm \ src/known_hosts \ - src/profile.sh \ src/rc \ src/ssh.conf \ @@ -10,5 +10,5 @@ varlist() { } -find src/* -type f -perm -111 | varlist 'sources.sh' -find src/* -type f -not -perm -111 | varlist 'sources.txt' +find src -type f -perm -111 | varlist 'sources.sh' +find src -type f -not -perm -111 | varlist 'sources.txt' diff --git a/src/profile.sh b/src/.profile index 1dca8b2..1dca8b2 100644 --- a/src/profile.sh +++ b/src/.profile |