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

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