From 1ebc94c73856f5dcca4b8814e701569cb13a23ed Mon Sep 17 00:00:00 2001 From: david Date: Sun, 28 Apr 2013 16:00:22 +0200 Subject: [PATCH] switched sheebang to /bin/bash --- README.md | 2 +- sshbackup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f19af1..9fb04c4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # sshbackup -sshbackup is a shell script for doing incremental backups. +sshbackup is a bash script for doing incremental backups. it creates as many incremental versions of a folder as you wish for and it does that with local folders as well as with remote folders. diff --git a/sshbackup b/sshbackup index 6fdc06e..b03ca75 100755 --- a/sshbackup +++ b/sshbackup @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # ************************************* # # #