Skip to content

Commit

Permalink
Add wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Sep 15, 2024
1 parent 1a17dbf commit 9ba5a3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

# Prevent execution if this script was only partially downloaded
{
rc='\033[0m'
red='\033[0;31m'

Expand Down Expand Up @@ -46,3 +48,5 @@ check $? "Executing linutil"

rm -f "$temp_file"
check $? "Deleting the temporary file"

} # End of wrapping
4 changes: 4 additions & 0 deletions startdev.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

# Prevent execution if this script was only partially downloaded
{
RC='\033[0m'
RED='\033[0;31m'

Expand Down Expand Up @@ -73,3 +75,5 @@ check $? "Executing linutil"

rm -f $TMPFILE
check $? "Deleting the temporary file"

} # End of wrapping

0 comments on commit 9ba5a3d

Please sign in to comment.