Uses rsync
and entr
to mirror the current state of your directory to caen whenever it detects a change.
you'll need to enter your CAEN information--fill out the { } fields in bin/upload.sh
.
Also, add this file to gitignore.
├── README.md
├── bin
│ └── upload.sh
└── caen_sync.sh
PackageManager install expect
entr -- download at http://eradman.com/entrproject/ or with your package manager.
sh caen_sync.sh &
" you could try something like:
ps -ef | grep caen_sync