Skip to content

Instantly share code, notes, and snippets.

@xtornasol512
Created December 6, 2023 00:06
Show Gist options
  • Save xtornasol512/94fdab9df9de21b3c967510c421d030e to your computer and use it in GitHub Desktop.
Save xtornasol512/94fdab9df9de21b3c967510c421d030e to your computer and use it in GitHub Desktop.
Create files in console
# Copy this lines on <BASE_PROJECT_PATH>
echo 'Some lines' > some_file.some_extension
echo 'some other lines' >> some_file.some_extension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment