Skip to content

Instantly share code, notes, and snippets.

@danilol
danilol / notenrun
Created June 29, 2020 18:05
Script to note and run commands
#!/bin/bash
####################
### note and run ###
####################
# This function saves commands to a file (notes.txt) in your current directory and run it after.
# It offers the possibility to only note or delete the notes.txt file.
# The motivation for this script appeared when creating multiple projects,