Skip to content

Commit

Permalink
changed
Browse files Browse the repository at this point in the history
  • Loading branch information
gitanz committed Jan 18, 2021
1 parent 796f5c8 commit 1703d0f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions testscript.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash
echo "this script is from github"
NUMBER=$(($NUMBERONE + $NUMBERTWO))
echo "$NUMBER"
echo "This was added"
echo "automatically"
echo $(($NUM1 + $NUM2))
echo "added from parameters"

0 comments on commit 1703d0f

Please sign in to comment.