mirror of
https://github.com/Ascyii/scripts.git
synced 2026-01-01 04:44:24 -05:00
16 lines
252 B
Bash
Executable File
16 lines
252 B
Bash
Executable File
#!/bin/sh
|
|
|
|
## wrapper to make unison dynamic
|
|
#net=$(ping -c 1 hahn1.one)
|
|
#echo $net
|
|
#
|
|
#if [ $net = "" ]; then
|
|
# echo "cannot reach cloud"
|
|
#else
|
|
#fi
|
|
|
|
# TODO: implement net logic
|
|
|
|
unison MainAll -root "$HOME/synced" -root "ssh://jonas@hahn1.one/synced"
|
|
|