Skip to content

Commit

Permalink
0-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Afartey committed Feb 14, 2023
1 parent 1f41ab4 commit 81a8dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 0x03-shell_variables_expansions/0-alias
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
alias ls="rm *"
0-alias ls="rm *"
1 change: 1 addition & 0 deletions 0x03-shell_variables_expansions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is to execute tasks on Shell, init files, variables and expansions.

0 comments on commit 81a8dcf

Please sign in to comment.