david/sshbackup
david
/
sshbackup
Archived
1
0
Fork 0

switched sheebang to /bin/bash

This commit is contained in:
david 2013-04-28 16:00:22 +02:00
parent 11ca8d3c67
commit 1ebc94c738
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# sshbackup # 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 it creates as many incremental versions of a folder as you
wish for and it does that with local folders as well as with wish for and it does that with local folders as well as with
remote folders. remote folders.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# ************************************* # # ************************************* #
# # # #