Skip to content

Instantly share code, notes, and snippets.

@SmashedFrenzy16
Created February 11, 2022 20:20
Show Gist options
  • Save SmashedFrenzy16/9bcecebf7aa745066fcf9c680493c20f to your computer and use it in GitHub Desktop.
Save SmashedFrenzy16/9bcecebf7aa745066fcf9c680493c20f to your computer and use it in GitHub Desktop.
File Creator in Shell.
echo "Name of file?"
read FILE
echo "This file will be created as ${FILE}_file."
touch ${FILE}_file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment