GitXplorerGitXplorer
C

bash-scripting

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
8a55c47710bcf6c9e659e00d81435b4b5e99ffa2

Renaming scripts

CCedric-M committed 5 years ago
Unverified
b498401c53c71767a29c70ea3f67e32017ee12b0

Add: setup to store git credentials

CCedric-M committed 5 years ago
Unverified
d05d433669501f9d5088588e26305d51b95377c8

Update: typo and comments

CCedric-M committed 5 years ago
Unverified
ebb01c4bf2a6d754dfd324c0d966f060cffa1e5f

Add: install-dataiku_dss

CCedric-M committed 5 years ago
Unverified
f6ece67bc85d6688f14c5459a199927a64be2564

Add: install-git

CCedric-M committed 5 years ago
Unverified
369fcba22795b2861cd7dee1a19b69e2109dcbad

Update: comments

CCedric-M committed 5 years ago

README

The README file for this repository.

bash-scripting

Contain various bash script that could be used by anyone. They are made in my free time.

List of all files contained in this repo:

  • create_file.sh: This script create any file (odt, docx, pptx..) from a large collection depending on the user's needs. It uses a free and open-source document converter called Pandoc.
  • empty_folder.sh: This script will ask the name of the folder you want to empty, then erase all the data it may contain and check if it has successfully been emptied.

Prerequisites

In order to execute any script, you should give it permission:

chmod +x /path/to/yourscript.sh

To run your script:

/path/to/yourscript.sh

Since . refers to the current directory: if yourscript.sh is in the current directory, you can simplify this to:

./yourscript.sh

Preview

Preview of empty_folder.sh:

image

Preview of create_file.sh:

(Preview not available yet, it will be updated soon)

Built With

  • Pandoc - Open-source document converter.

Versioning

I use GitHub for versioning.

Authors