diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-03-21 10:29:56 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-03-21 10:29:56 +0100 |
commit | 2224bfa7af546bcf41f7d4a2f91d603f1eb96f76 (patch) | |
tree | 8aaa331b4550b9f3f19050377b8b634a829def2d /run |
Diffstat (limited to 'run')
-rwxr-xr-x | run | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/bin/sh +cd $(dirname $0) +find conf.d -type f -exec ./backup {} \; +find conf.d -type f -exec ./forget {} \; + |