Skip to content

Commit

Permalink
Create eval.sh
Browse files Browse the repository at this point in the history
eval command Evaluating twice
  • Loading branch information
Ankam Ravi Kumar authored Jun 16, 2018
1 parent 8da1a9f commit 909a556
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions eval.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash
#Purpose: eval command Evaluating twice
#Version:1.0
#Created Date: Wed Jun 13 22:09:59 IST 2018
#Modified Date:
#WebSite: https://arkit.co.in
#Author: Ankam Ravi Kumar
# START #
COMMAND="ls -ltr /etc"
echo "$COMMAND"
eval $COMMAND
# END #

0 comments on commit 909a556

Please sign in to comment.