4 lines
74 B
Bash
Executable File
4 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
|
|
find . -maxdepth 2 -not -path '*/.*' | entr -c ~/git-sync.sh
|