Update and rename 1function.sh to function.sh

This commit is contained in:
Ankam Ravi Kumar
2024-09-21 00:44:20 +05:30
committed by GitHub
parent fc1581324b
commit 1d5a7e9452

View File

@ -1,10 +1,11 @@
#!/bin/bash
#Purpose: Function example. Taking Backup of Particular File
#Version:1.0
#Created Date: Sat May 26 00:27:50 IST 2018
#Created Date: 2024 Sep 21
#Modified Date:
#WebSite: https://arkit.co.in
#Author: Ankam Ravi Kumar
# START #
function takebackup (){
if [ -f $1 ]; then