JamKelley22 / Autopack

Bash script written to expedite the process of cleaning, compressing, and sending files over scp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autopack

Description

What is it?

Autopack is a small Bash script written to expedite the process of cleaning, compressing, and sending files over scp.

Why did I make it?

This is a personal project but may be of use to anyone looking to compress and send files overs scp quickly. In particular, this was designed to assist in future projects during my ComS 327 at Iowa State University.

Getting Started

Prerequisites

Windows (Cygwin)

Tutorial I Used

  1. Download and install Cygwin (making sure to include OpenSSH and Cygrunsrv in your package manager)
  2. "Start Cygwin and run ssh-host-config to configure ssh"
  3. "Run cygrunsrv -S sshd to start sshd as a Windows service"

Download and Run

  1. git clone https://github.com/JamKelley22/Autopack.git
  2. cd Autopack
  3. `mv autopack <parent directory of project you want to use autopack on>
  4. ./autopack
  • Note Running Autopack with < 3 or > 5 arguments will show the format Autopack expects as well as a couple use cases

Authors

Acknowledgments

About

Bash script written to expedite the process of cleaning, compressing, and sending files over scp

License:MIT License


Languages

Language:Shell 100.0%