mirror of
https://github.com/Ascyii/scripts.git
synced 2026-01-01 04:44:24 -05:00
Init
This commit is contained in:
15
shell/run_unison.sh
Executable file
15
shell/run_unison.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/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"
|
||||
|
||||
Reference in New Issue
Block a user