Skip to content

Commit

Permalink
Don't need $1 for bash alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdeichert authored Jul 25, 2019
1 parent 708e1e5 commit 92cd3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ You have a project with a bunch of random build and development scripts or an un

### Global system utility

You want a global utility CLI for a variety of system tasks such as backing up directories or renaming a bunch of files. This is easily possible by making a bash alias for `mask --maskfile ~/my-global-maskfile.md $1`.
You want a global utility CLI for a variety of system tasks such as backing up directories or renaming a bunch of files. This is easily possible by making a bash alias for `mask --maskfile ~/my-global-maskfile.md`.



Expand Down

0 comments on commit 92cd3cd

Please sign in to comment.