Skip to content

Instantly share code, notes, and snippets.

@dre3s
Last active January 12, 2016 18:06
Show Gist options
  • Save dre3s/1423f29b282bb1b96d8a to your computer and use it in GitHub Desktop.
Save dre3s/1423f29b282bb1b96d8a to your computer and use it in GitHub Desktop.
my.study.shell.file

Creating shell script and run

create file clean.sh

#!/bin/bash
rm README.md

run shell script with

$ . clean.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment