diff options
| author | Laurent <laurent@pogopixels.com> | 2013-10-28 01:51:00 -0700 |
|---|---|---|
| committer | Laurent <laurent@pogopixels.com> | 2013-10-28 01:51:00 -0700 |
| commit | b39b7ed905c7513a4ebafb5804cc9538864dce04 (patch) | |
| tree | a68db573a2280e89be304175a35314f54f538f39 | |
| parent | 316e2ce58a0f01e753fe9df81a7971270419202e (diff) | |
| parent | 868fb6d053c686aab9c6b02ab150ddbb45c36f73 (diff) | |
Merge pull request #2 from dereckson/patch-1
Script less Linux-centric, more UNIX-agnostic
| -rw-r--r-- | rsync_tmbackup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh index 4b88d84..bb961c2 100644 --- a/rsync_tmbackup.sh +++ b/rsync_tmbackup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # ----------------------------------------------------------------------------- # Make sure everything really stops when CTRL+C is pressed |
