🤗lemmyverseultrahug@lemmy.ml to Linux Questions@lemmy.zipEnglish · edit-225 days agoRun a shell script whenever a file in a certain directory changes?message-squaremessage-square22fedilinkarrow-up124arrow-down10file-text
arrow-up124arrow-down1message-squareRun a shell script whenever a file in a certain directory changes?🤗lemmyverseultrahug@lemmy.ml to Linux Questions@lemmy.zipEnglish · edit-225 days agomessage-square22fedilinkfile-text
Using a shell script, can I watch a folder and block program execution until a file in a certain folder changes?
minus-squarePossibly linux@lemmy.zipMlinkfedilinkEnglisharrow-up4·24 days agoAre you familiar with CI/CD pipelines? You could use Git along with a service like Woodpecker CI or Gitlab Runners.
Are you familiar with CI/CD pipelines? You could use Git along with a service like Woodpecker CI or Gitlab Runners.