aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/init/exit.sh
blob: c16bd3d9c25dafa96e8070f961a0c1068af591dc (plain)
1
2
3
4
5
#! /bin/env bash

if [[ `cat /etc/hostname` != 'vultr' ]]; then
  rsync -a --delete ~/.thunderbird/ pham@topo.tw:~/.thunderbird &
fi