Skip to content
Snippets Groups Projects
Verified Commit 06dbbf2a authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix shebang

parent c1bd6932
Branches main
No related tags found
No related merge requests found
Pipeline #2605 passed
#!/bin/sh
inotifywait -e close_write,moved_to,create -m $CONFIG_DIR |
while read -r directory events filename; do
killall -SIGHUP quasselcore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment